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

(-)openssh-3.1p1/auth-krb4.c (+1 lines)
Lines 253-258 Link Here
253
		log("Kerberos v4 .klogin authorization failed for %s to "
253
		log("Kerberos v4 .klogin authorization failed for %s to "
254
		    "account %s", *client, authctxt->user);
254
		    "account %s", *client, authctxt->user);
255
		xfree(*client);
255
		xfree(*client);
256
		*client = NULL;
256
		return (0);
257
		return (0);
257
	}
258
	}
258
	/* Increment the checksum, and return it encrypted with the
259
	/* Increment the checksum, and return it encrypted with the

Return to bug 170