diff options
Diffstat (limited to 'src/sp_config_keywords.c')
| -rw-r--r-- | src/sp_config_keywords.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index cc1f0f9..2a570cd 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c | |||
| @@ -105,6 +105,11 @@ int parse_random(char *line) { | |||
| 105 | NULL); | 105 | NULL); |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | int parse_sloppy_comparison(char *line) { | ||
| 109 | return parse_enable(line, &(SNUFFLEUPAGUS_G(config).config_sloppy->enable), | ||
| 110 | NULL); | ||
| 111 | } | ||
| 112 | |||
| 108 | int parse_disable_xxe(char *line) { | 113 | int parse_disable_xxe(char *line) { |
| 109 | return parse_enable( | 114 | return parse_enable( |
| 110 | line, &(SNUFFLEUPAGUS_G(config).config_disable_xxe->enable), NULL); | 115 | line, &(SNUFFLEUPAGUS_G(config).config_disable_xxe->enable), NULL); |
