]> andersk Git - moira.git/commitdiff
oops. we were filtering out lincoln labs in two different places
authordanw <danw>
Mon, 3 Nov 1997 04:44:13 +0000 (04:44 +0000)
committerdanw <danw>
Mon, 3 Nov 1997 04:44:13 +0000 (04:44 +0000)
regtape/employee.pc

index ca81ccc8e06c9742ba7ddbc69d66bb96b6b22a48..351f0ad0974aafb2ac3ac1c43d46feb8f4e5f9ee 100644 (file)
@@ -249,10 +249,6 @@ struct entry *e;
     int id, status, who;
     EXEC SQL END DECLARE SECTION;
 
-    /* Don't process Lincoln Labs */
-    if (!strncmp(e->address, "LL", 2))
-      return;
-
     who = WHO;
     prog = PROG;
     first = e->first;
This page took 1.938691 seconds and 5 git commands to generate.