From: Michael Wallner Date: Thu, 19 Jan 2012 13:17:35 +0000 (+0000) Subject: doh X-Git-Tag: DEV_2-before-client~62 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=c6424d113f45150b6d6723083b9e424a8c87ba32 doh --- diff --git a/php_http_message_body.c b/php_http_message_body.c index 1129c54..c9cea55 100644 --- a/php_http_message_body.c +++ b/php_http_message_body.c @@ -286,7 +286,7 @@ static inline char *format_key(uint type, char *str, ulong num, const char *pref } else if (type == HASH_KEY_IS_STRING) { new_key = estrdup(str); } else { - estrdup(""); + new_key = estrdup(""); } return new_key;