From 05e4b7ea67e07bb82db2a37930b383d51500b341 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 17 Jan 2018 19:19:15 +0100 Subject: Fix a minor warning --- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sp_utils.c b/src/sp_utils.c index 6e39b0a..9cd2888 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -130,7 +130,7 @@ int sp_log_request(const char* folder, const char* text_repr) { continue; } - const HashTable* const ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); + const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); fprintf(file, "%s:", zones[i].str); ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { smart_str a = {0}; -- cgit v1.3