Skip to content

Commit b20a49a

Browse files
committed
Fix scan-build complaint... Was fixed, got merged back in.
1 parent fd76bfe commit b20a49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simple_http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ https_get(const int sockfd, char *buf, const char* hostname) {
255255
memset(buf, 0, buflen);
256256

257257
debug(LOG_DEBUG, "Reading response");
258-
numbytes = totalbytes = 0;
258+
totalbytes = 0;
259259
done = 0;
260260
do {
261261
FD_ZERO(&readfds);

0 commit comments

Comments
 (0)