瀏覽代碼

Remove duplicate assignment (#481)

bel2125 8 年之前
父節點
當前提交
4cee6bfb93
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);