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:
Kris Kennaway 2000-09-02 04:37:51 +00:00
parent 1610cd7fa6
commit ac70abf4bc

View File

@ -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;