1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Remove ghastly hack involving fxp_error_message.

[originally from svn r1484]
This commit is contained in:
Simon Tatham 2001-12-14 10:12:53 +00:00
parent 2f67503ad7
commit 211bad80f0

1
sftp.c
View File

@ -62,7 +62,6 @@ static struct sftp_packet *sftp_pkt_init(int pkt_type)
pkt->length = 0;
pkt->maxlen = 0;
sftp_pkt_addbyte(pkt, (unsigned char) pkt_type);
fxp_error_message = NULL;
return pkt;
}
static void sftp_pkt_addbool(struct sftp_packet *pkt, unsigned char value)