Re-add missing "break" which was lost during a previous patch
integration. This currently has no effect. Submitted by: gshapiro
This commit is contained in:
parent
1610cd7fa6
commit
ac70abf4bc
@ -223,6 +223,7 @@ do_authloop(struct passwd * pw)
|
||||
if (!options.krb4_authentication) {
|
||||
/* packet_get_all(); */
|
||||
verbose("Kerberos v4 authentication disabled.");
|
||||
break;
|
||||
} else {
|
||||
/* Try Kerberos v4 authentication. */
|
||||
KTEXT_ST auth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user