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

(-)openssh-5.4p1/sftp-client.c (+1 lines)
Lines 713-718 do_realpath(struct sftp_conn *conn, char Link Here
713
		u_int status = buffer_get_int(&msg);
713
		u_int status = buffer_get_int(&msg);
714
714
715
		error("Couldn't canonicalise: %s", fx2txt(status));
715
		error("Couldn't canonicalise: %s", fx2txt(status));
716
		buffer_free(&msg);
716
		return(NULL);
717
		return(NULL);
717
	} else if (type != SSH2_FXP_NAME)
718
	} else if (type != SSH2_FXP_NAME)
718
		fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
719
		fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",

Return to bug 1771