* init some numbers.
authorWilfried Göesgens <willi@citadel.org>
Sun, 4 Nov 2007 23:17:51 +0000 (23:17 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 4 Nov 2007 23:17:51 +0000 (23:17 +0000)
citadel/modules/imap/imap_list.c

index ad01e6c0980504200097988fbe054b877704adb9..87ff5854921dbf3ac9da229be2fd59e8431b0c6b 100644 (file)
@@ -105,9 +105,9 @@ void imap_listroom(struct ctdlroom *qrbuf, void *data)
        int subscribed_rooms_only;
        int num_patterns;
        char **patterns;
-       int return_subscribed;
-       int return_children;
-       int return_metadata;
+       int return_subscribed = 0;
+       int return_children = 0;
+       int return_metadata = 0;
        int i = 0;
        int match = 0;