]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Tidy up following false test failure
authorNick Porter <nick@portercomputing.co.uk>
Wed, 13 Mar 2024 19:51:46 +0000 (19:51 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 29 Mar 2024 12:40:55 +0000 (12:40 +0000)
src/tests/modules/mschap/auth_winbind.unlang

index 99fbac67f2be8728d89107082ac478c23fdbe089..b64a8ff70d5429aa76e27c2d34ba5911484f3e3f 100644 (file)
@@ -15,6 +15,7 @@ mschap_winbind.authenticate {
 #  Handle false failures
 #
 if (&Module-Failure-Message[*] == 'mschap_winbind: Unable to contact winbind!') {
+       &reply := {}
        test_pass
        return
 }