Explorar o código

Remove duplicate assignment (#481)

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
4cee6bfb93
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/civetweb.c

+ 0 - 1
src/civetweb.c

@@ -14700,7 +14700,6 @@ mg_download(const char *host,
 	}
 
 	va_start(ap, fmt);
-	ebuf[0] = '\0';
 
 	/* open a connection */
 	conn = mg_connect_client(host, port, use_ssl, ebuf, ebuf_len);