]> andersk Git - moira.git/commitdiff
Only care about active lists.
authorzacheiss <zacheiss>
Tue, 3 Jul 2001 18:29:24 +0000 (18:29 +0000)
committerzacheiss <zacheiss>
Tue, 3 Jul 2001 18:29:24 +0000 (18:29 +0000)
gen/winad.pc

index fe654922dc59f8358cb767fd46d2049ec6dc3dc2..a0079912ce83501b4d53a918b9fa97aa983e828d 100644 (file)
@@ -256,6 +256,7 @@ int do_groupmembership(void)
   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)
This page took 0.031915 seconds and 5 git commands to generate.