From 54d47933988afbf6d56ae9ac677b081f8c8ff11a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 13 Nov 2017 18:44:32 +0100 Subject: Fix a silly warning --- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sp_utils.c b/src/sp_utils.c index b581f72..514fc10 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -140,7 +140,7 @@ int sp_log_request(const char* folder) { continue; } - const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); + HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); // Compute the size of the allocation ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { -- cgit v1.3