1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-12-10 22:23:35 +00:00
parent 28231a7d7e
commit 0e5dad042b
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ int parse_cgivars(List *request_headers, Octstr *request_body,
x->name = gwlist_extract_first(r);
x->value = gwlist_extract_first(r);
if (!x->value)
x->value = octstr_imm("");
x->value = octstr_create("");
octstr_strip_blanks(x->name);
octstr_strip_blanks(x->value);