From: Nick Porter Date: Fri, 6 Oct 2023 20:58:11 +0000 (+0100) Subject: Delete from correct table X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49387b6db8f00ba66bf940c8606d9bfa3ddf2d39;p=thirdparty%2Ffreeradius-server.git Delete from correct table --- diff --git a/src/tests/modules/unit_test_module.conf b/src/tests/modules/unit_test_module.conf index dfd169b415..71bbed543c 100644 --- a/src/tests/modules/unit_test_module.conf +++ b/src/tests/modules/unit_test_module.conf @@ -12,7 +12,7 @@ security { allow_vulnerable_openssl = yes } -delete_from_radacct = "DELETE FROM radcheck WHERE AcctSessionId =" +delete_from_radacct = "DELETE FROM radacct WHERE AcctSessionId =" delete_from_radcheck = "DELETE FROM radcheck WHERE username =" delete_from_radreply = "DELETE FROM radreply WHERE username =" insert_into_radcheck = "INSERT INTO radcheck (username, attribute, op, value) VALUES"