summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.c')
-rw-r--r--src/sp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index 9cd2888..e1fc630 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -397,7 +397,7 @@ int hook_regexp(const pcre* regexp, HashTable* hook_table,
397bool check_is_in_eval_whitelist(const char* const function_name) { 397bool check_is_in_eval_whitelist(const char* const function_name) {
398 const sp_list_node* it = SNUFFLEUPAGUS_G(config).config_eval->whitelist; 398 const sp_list_node* it = SNUFFLEUPAGUS_G(config).config_eval->whitelist;
399 399
400 if (!it->head) { 400 if (!it) {
401 return false; 401 return false;
402 } 402 }
403 403