[1809] in Moira
winad.gen change
daemon@ATHENA.MIT.EDU (Qing Dong)
Tue Jul 3 13:12:59 2001
Message-Id: <200107031712.NAA00884@melbourne-city-street.mit.edu>
Date: Tue, 03 Jul 2001 13:12:55 -0400
To: moiradev@mit.edu
From: Qing Dong <dongq@MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
A very small change for winad.gen. We only care
about the list membership if the list is active.
Thanks.
Qing
Index: winad.pc
===================================================================
RCS file:
\\dongq-afs\all\athena.mit.edu\astaff\project\moiradev\repository/moira/gen/
winad.pc,v
retrieving revision 1.1
diff -c -r1.1 winad.pc
*** winad.pc 2001/06/19 22:39:40 1.1
--- winad.pc 2001/07/03 17:00:47
***************
*** 256,261 ****
--- 256,262 ----
EXEC SQL DECLARE list_cursor CURSOR FOR
SELECT list_id
FROM list
+ WHERE active != 0
ORDER BY list_id;
EXEC SQL OPEN list_cursor;
while (1)