From c6424d113f45150b6d6723083b9e424a8c87ba32 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 19 Jan 2012 13:17:35 +0000 Subject: [PATCH] doh --- php_http_message_body.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2