1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Fixed variable re-declaration

This commit is contained in:
Ilia Alshanetsky
2011-01-18 13:17:23 +00:00
parent b3efabda4c
commit 2c657ee27e
+1 -1
View File
@@ -989,7 +989,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
/* New Rule: never repair potential malicious user input */
if (!skip_upload) {
char *tmp = param;
tmp = param;
long c = 0;
while (*tmp) {