satisfy st00pid unitialized checker
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 7 Dec 2013 18:05:38 +0000 (19:05 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 7 Dec 2013 18:05:38 +0000 (19:05 +0100)
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();