Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231292
Collapse All | Expand All

(-)openssh-4.7p1/auth1.c (-1 / +1 lines)
Lines 351-357 do_authloop(Authctxt *authctxt) Link Here
351
					msg[len] = '\0';
351
					msg[len] = '\0';
352
			else
352
			else
353
				msg = "Access denied.";
353
				msg = "Access denied.";
354
			packet_disconnect(msg);
354
			packet_disconnect("%s", msg);
355
		}
355
		}
356
#endif
356
#endif
357
357

Return to bug 231292