Fixed variable re-declaration

This commit is contained in:
Ilia Alshanetsky 2011-01-18 13:17:23 +00:00
parent 0c665f0996
commit b5e12bd4da

View File

@ -945,7 +945,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) {