X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;fp=http_functions.c;h=8fc26f2cd4ef46b93ef2197daa68a845923e7cc3;hp=bec11284ffa201c862646c13db4a2082d02a4f0a;hb=1ff52a3e07565d94dab3eccb485aba28c0d10b84;hpb=fbbde1fd8b8a92c923053a1cb21ba725d7ba5756 diff --git a/http_functions.c b/http_functions.c index bec1128..8fc26f2 100644 --- a/http_functions.c +++ b/http_functions.c @@ -179,9 +179,8 @@ PHP_FUNCTION(http_build_str) } \ } -#define HTTP_DO_NEGOTIATE_HANDLE_RESULT(rs, supported, rs_array) \ +#define HTTP_DO_NEGOTIATE_HANDLE_RESULT(result, supported, rs_array) \ { \ - HashTable *result = rs; \ char *key; \ uint key_len; \ ulong idx; \