]> andersk Git - moira.git/commitdiff
make sure QueryLoop uses the whole queue
authormar <mar>
Thu, 1 Jun 1989 22:01:36 +0000 (22:01 +0000)
committermar <mar>
Thu, 1 Jun 1989 22:01:36 +0000 (22:01 +0000)
clients/moira/utils.c

index c486d9632f94152d738d7d8269af0b4e27962bf3..bad1587eeb0a45d7d16fa142cd0c28ffa024b272 100644 (file)
@@ -725,6 +725,7 @@ char * query_string;
     Bool one_item;
     char temp_buf[BUFSIZ], *name;
 
+    elem = QueueTop(elem);
     one_item = (QueueCount(elem) == 1);
     while (elem != NULL) {
        char **info = (char **) elem->q_data;
This page took 0.341508 seconds and 5 git commands to generate.