From: Arran Cudbard-Bell Date: Thu, 27 Mar 2025 00:48:38 +0000 (-0600) Subject: Break out of the file processing loop when we reach EOF a file we're skipping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251c283d26f7c8d85d5e25fdea37a8f3ca921856;p=thirdparty%2Ffreeradius-server.git Break out of the file processing loop when we reach EOF a file we're skipping --- diff --git a/src/bin/unit_test_attribute.c b/src/bin/unit_test_attribute.c index 8fad02861e9..3ebac5f0f8c 100644 --- a/src/bin/unit_test_attribute.c +++ b/src/bin/unit_test_attribute.c @@ -3542,7 +3542,7 @@ static int process_file(bool *exit_now, TALLOC_CTX *ctx, command_config_t const break; } } - break; + goto finish; /* * Fatal error parsing a command