Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
[samba.git] / source3 / smbd / password.c
index e85f23074f0853f2c24f41179de3d694ccd9b676..e4f39dbb4666066819eff3d90aff3f77021d11b9 100644 (file)
@@ -128,7 +128,7 @@ void invalidate_vuid(struct smbd_server_connection *sconn, uint16 vuid)
 
 void invalidate_all_vuids(struct smbd_server_connection *sconn)
 {
-       if (sconn->allow_smb2) {
+       if (sconn->using_smb2) {
                return;
        }