fix empty-value case in rfc1867 post handler

This commit is contained in:
Arnaud Le Blanc 2008-09-08 09:12:51 +00:00
parent e6abcf2c5c
commit 5531e0381a

View File

@ -1172,6 +1172,7 @@ static SAPI_POST_HANDLER_FUNC(rfc1867_post_handler_unicode)
goto var_done;
}
} else {
u_val_len = 0;
u_val = USTR_MAKE("");
}