]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
This is really an error
authorNick Porter <nick@portercomputing.co.uk>
Mon, 27 Oct 2025 17:30:20 +0000 (17:30 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 27 Oct 2025 17:30:20 +0000 (17:30 +0000)
And marking it as such will create Module-Failure-Message which is
helpful for logging.

src/modules/rlm_mschap/rlm_mschap.c

index 420f8e4ddcd410c9b52ee459c481752ae7e6bd60..93dbfb639252601066e3b5840cfe794f997ebeeb 100644 (file)
@@ -1516,7 +1516,7 @@ static int CC_HINT(nonnull(1, 2, 3)) nt_password_find(TALLOC_CTX *ctx, fr_pair_t
                        /*
                         *      If we're doing internal auth, then this is an issue
                         */
-                       RWDEBUG2("No control.%s.%s or control.%s.%s found.  Cannot create Password.NT",
+                       REDEBUG2("No control.%s.%s or control.%s.%s found.  Cannot create Password.NT",
                                 attr_cleartext_password->parent->name, attr_cleartext_password->name,
                                 attr_nt_password->parent->name, attr_nt_password->name);
                        return -1;