diff options
| author | jvoisin | 2017-11-13 18:44:32 +0100 |
|---|---|---|
| committer | jvoisin | 2017-11-13 18:44:32 +0100 |
| commit | 54d47933988afbf6d56ae9ac677b081f8c8ff11a (patch) | |
| tree | cfc3aa40cde03d3bd6836e871244bace9a58389e /src | |
| parent | 6f1f0464bc3bc8a863f43c348fa3b41d333b2a52 (diff) | |
Fix a silly warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 140 | continue; | 140 | continue; |
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); | 143 | HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); |
| 144 | 144 | ||
| 145 | // Compute the size of the allocation | 145 | // Compute the size of the allocation |
| 146 | ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { | 146 | ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { |
