* uninitialized value...
authorWilfried Göesgens <willi@citadel.org>
Sun, 10 May 2009 21:59:59 +0000 (21:59 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 10 May 2009 21:59:59 +0000 (21:59 +0000)
webcit/messages.c

index dde57cc4a2f2761d53818c81cea621958ef895cb..fd9c6e8b075de8f5ad5cd96aeace44e3eb173310 100644 (file)
@@ -426,7 +426,7 @@ int load_msg_ptrs(const char *servcmd, int with_headers)
        long len;
        int n;
        int skipit;
-       const char *Ptr;
+       const char *Ptr = NULL;
 
        if (WCC->summ != NULL) {
                DeleteHash(&WCC->summ);