Fix constant from last patch

This commit is contained in:
Sara Golemon 2005-05-04 17:52:32 +00:00
parent 66e7462f01
commit f289bcdd54

View File

@ -215,7 +215,7 @@ static int libssh2_sftp_packet_ask(LIBSSH2_SFTP *sftp, unsigned char packet_type
}
match_buf[0] = packet_type;
if (packet_type == LIBSSH2_FXP_VERSION) {
if (packet_type == SSH_FXP_VERSION) {
/* Special consideration when matching VERSION packet */
match_len = 1;
} else {