diff options
| author | simon MAGNIN-FEYSOT | 2018-01-17 19:25:08 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-17 19:25:08 +0100 |
| commit | b213c8e08b5624da9bb69dd05e132e247bab3082 (patch) | |
| tree | 70098ca8ea967138d4beb3a1f423e5beb2908fd3 /src/sp_disabled_functions.c | |
| parent | 05e4b7ea67e07bb82db2a37930b383d51500b341 (diff) | |
Remove useless "head" member in our linked lists implementation
This should close #85
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) { |
