satisfy st00pid unitialized checker
[citadel.git] / webcit / tcp_sockets.c
index 04c648a29bc275ab06a34d48cd6b9b868298be71..4a60fed494853a913bd325b4c7ce11ae107977b6 100644 (file)
@@ -554,7 +554,7 @@ void serv_read_binary_to_http(StrBuf *MimeType, size_t total_len, int is_static,
        size_t bytes_read = 0;
        int first = 1;
        int chunked = 0;
-       StrBuf *BufHeader;
+       StrBuf *BufHeader = NULL;
        StrBuf *Buf;
 
        Buf = NewStrBuf();