]> andersk Git - moira.git/commitdiff
changed ATHENA.MIT.EDU to just MIT.EDU
authormar <mar>
Mon, 13 Sep 1993 16:40:23 +0000 (16:40 +0000)
committermar <mar>
Mon, 13 Sep 1993 16:40:23 +0000 (16:40 +0000)
gen/pobox.dc

index 2be2e2a3530449ee451ba447dc7cdb7f49defd1b..c06087cbda245d58a65f596990172a3494739280 100644 (file)
@@ -79,7 +79,7 @@ char **argv;
        strtrim(login);
        strtrim(id);
        if (isdigit(id[0]))
-         fprintf(out, "%s %s@ATHENA.MIT.EDU\n", id, login);
+         fprintf(out, "%s %s@MIT.EDU\n", id, login);
     }
 
     EXEC SQL CLOSE x;
This page took 0.178777 seconds and 5 git commands to generate.