From ac70abf4bc63a9c6399ec865d4fab14c06f1f7ca Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 2 Sep 2000 04:37:51 +0000 Subject: [PATCH] Re-add missing "break" which was lost during a previous patch integration. This currently has no effect. Submitted by: gshapiro --- crypto/openssh/auth1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c index c4f0d5ba96d..f9d16b237e7 100644 --- a/crypto/openssh/auth1.c +++ b/crypto/openssh/auth1.c @@ -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;