]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 Nov 2019 20:10:16 +0000 (15:10 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 Nov 2019 20:10:16 +0000 (15:10 -0500)
src/lib/server/cf_file.c

index d2eab1edc5067decf9f59ea48285ea9e4a4d01e9..c79535442c7737fbc3707a583e9e6efc79161673 100644 (file)
@@ -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;
                        }