]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav_propfind.c
*** empty log message ***
[citadel.git] / webcit / groupdav_propfind.c
index 76003ffa92b80f40b5af745241c019560bfa906d..a44f746cc7057aa7e060e60d675de77f23322f5f 100644 (file)
@@ -137,7 +137,7 @@ void groupdav_propfind(char *dav_pathname) {
        char buf[SIZ];
        char uid[SIZ];
        long *msgs = NULL;
-       int num_msgs;
+       int num_msgs = 0;
        int i, j;
 
        /* First, break off the "/groupdav/" prefix */