]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Run correct section when new client fails
authorNick Porter <nick@portercomputing.co.uk>
Fri, 6 Oct 2023 15:10:01 +0000 (16:10 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 6 Oct 2023 15:10:01 +0000 (16:10 +0100)
src/lib/server/process.h

index 09b71e1ed55f83cff352a2317833d5f3fe220c92..140890375b7b8a1046001aec4b65ddf74b2077f6 100644 (file)
@@ -416,7 +416,7 @@ RESUME(new_client)
                break;
 
        default:
-               cs = inst->sections.add_client;
+               cs = inst->sections.deny_client;
                request->reply->code = PROCESS_CODE_DO_NOT_RESPOND;
                break;
        }