]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientiface.h
Fix password changing getting stuck if wrong password is entered once
[dragonfireclient.git] / src / clientiface.h
index 947952e826a61fdbdf766e6fc8080bb7c28cc1a6..3e7ba4793a77352554cca45c1240f23bee554baa 100644 (file)
@@ -243,6 +243,8 @@ class RemoteClient
        u32 allowed_auth_mechs = 0;
        u32 allowed_sudo_mechs = 0;
 
+       void resetChosenMech();
+
        bool isSudoMechAllowed(AuthMechanism mech)
        { return allowed_sudo_mechs & mech; }
        bool isMechAllowed(AuthMechanism mech)