From: Alan T. DeKok Date: Tue, 12 Nov 2019 20:10:16 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663896b05713ca3046378558ca792fdb612bda4d;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/cf_file.c b/src/lib/server/cf_file.c index d2eab1edc50..c79535442c7 100644 --- a/src/lib/server/cf_file.c +++ b/src/lib/server/cf_file.c @@ -1110,7 +1110,7 @@ static CONF_SECTION *process_if(cf_stack_t *stack) memcpy(&stack->fill, &ptr, sizeof(ptr)); /* const issues */ stack->fill += end; rcode = cf_file_fill(stack); - if (rcode < 0) return rcode; + if (rcode < 0) return NULL; continue; }