From 9d153cc185b4e2327a4aabe645cf1fabd3b4f21b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 5 Feb 2018 18:13:57 +0100 Subject: Massive simplification of functions hooking --- src/sp_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config.c') diff --git a/src/sp_config.c b/src/sp_config.c index 1236ebd..67140a0 100644 --- a/src/sp_config.c +++ b/src/sp_config.c @@ -141,7 +141,7 @@ int parse_regexp(char *restrict line, char *restrict keyword, void *retval) { if (value) { sp_pcre *compiled_re = sp_pcre_compile(value); - if (NULL != compiled_re) { + if (NULL != compiled_re) { *(sp_pcre **)retval = compiled_re; return consumed; } -- cgit v1.3