View | Details | Raw Unified | Return to bug 2599
Collapse All | Expand All

(-)sshconnect2.c (-1 / +1 lines)
Lines 548-554 Link Here
548
	packet_check_eom();
548
	packet_check_eom();
549
549
550
	if (partial != 0) {
550
	if (partial != 0) {
551
		logit("Authenticated with partial success.");
551
		verbose("Authenticated with partial success.");
552
		/* reset state */
552
		/* reset state */
553
		pubkey_cleanup(authctxt);
553
		pubkey_cleanup(authctxt);
554
		pubkey_prepare(authctxt);
554
		pubkey_prepare(authctxt);

Return to bug 2599