View | Details | Raw Unified | Return to bug 2305 | Differences between
and this patch

Collapse All | Expand All

(-)a/sshconnect2.c (+3 lines)
Lines 1507-1512 userauth_hostbased(Authctxt *authctxt) Link Here
1507
		key_free(private);
1507
		key_free(private);
1508
		return 0;
1508
		return 0;
1509
	}
1509
	}
1510
1511
	debug("%s: trying hostkey type %s", __func__, key_type(private));
1512
1510
	/* figure out a name for the client host */
1513
	/* figure out a name for the client host */
1511
	p = get_local_name(packet_get_connection_in());
1514
	p = get_local_name(packet_get_connection_in());
1512
	if (p == NULL) {
1515
	if (p == NULL) {

Return to bug 2305