From c4147ed3cc35a16b4e52b7ac73cb9871e4197b7f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 29 Mar 2025 15:58:40 +0100 Subject: [PATCH] typo --- radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius.c b/radius.c index 05d252f..03fb2a4 100644 --- a/radius.c +++ b/radius.c @@ -1048,7 +1048,7 @@ void processrad(uint8_t *buf, int len, char socket_index) if (radius[r].chap) { - sess_local[s].auth_type = 2; // PAP + sess_local[s].auth_type = 2; // CHAP } else {