diff options
Diffstat (limited to 'src/sp_disabled_functions.c')
| -rw-r--r-- | src/sp_disabled_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index bb4a402..5619e1f 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c | |||
| @@ -501,7 +501,7 @@ int hook_disabled_functions(void) { | |||
| 501 | ret |= hook_functions(SNUFFLEUPAGUS_G(config) | 501 | ret |= hook_functions(SNUFFLEUPAGUS_G(config) |
| 502 | .config_disabled_functions_ret->disabled_functions); | 502 | .config_disabled_functions_ret->disabled_functions); |
| 503 | 503 | ||
| 504 | if (NULL != SNUFFLEUPAGUS_G(config).config_eval->blacklist->data) { | 504 | if (NULL != SNUFFLEUPAGUS_G(config).config_eval->blacklist) { |
| 505 | sp_list_node* it = SNUFFLEUPAGUS_G(config).config_eval->blacklist; | 505 | sp_list_node* it = SNUFFLEUPAGUS_G(config).config_eval->blacklist; |
| 506 | 506 | ||
| 507 | while (it) { | 507 | while (it) { |
