소스 검색

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);