]> andersk Git - moira.git/commitdiff
only retrieve active machines
authormar <mar>
Tue, 23 Nov 1993 17:31:54 +0000 (17:31 +0000)
committermar <mar>
Tue, 23 Nov 1993 17:31:54 +0000 (17:31 +0000)
gen/hesiod.dc

index 49c064a6952f8d372f25c90cfbb58bfd2e7e801f..07ad6e54098088fa845d68b1b8f726ae4cee2378 100644 (file)
@@ -122,6 +122,7 @@ get_mach()
     EXEC SQL DECLARE m_cursor CURSOR FOR
       SELECT name, mach_id
       FROM machine
+      WHERE status = 1
       ORDER BY mach_id;
     EXEC SQL OPEN m_cursor;
     while (1) {
This page took 0.057303 seconds and 5 git commands to generate.