mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Remove ghastly hack involving fxp_error_message.
[originally from svn r1484]
This commit is contained in:
parent
2f67503ad7
commit
211bad80f0
1
sftp.c
1
sftp.c
@ -62,7 +62,6 @@ static struct sftp_packet *sftp_pkt_init(int pkt_type)
|
|||||||
pkt->length = 0;
|
pkt->length = 0;
|
||||||
pkt->maxlen = 0;
|
pkt->maxlen = 0;
|
||||||
sftp_pkt_addbyte(pkt, (unsigned char) pkt_type);
|
sftp_pkt_addbyte(pkt, (unsigned char) pkt_type);
|
||||||
fxp_error_message = NULL;
|
|
||||||
return pkt;
|
return pkt;
|
||||||
}
|
}
|
||||||
static void sftp_pkt_addbool(struct sftp_packet *pkt, unsigned char value)
|
static void sftp_pkt_addbool(struct sftp_packet *pkt, unsigned char value)
|
||||||
|
Loading…
Reference in New Issue
Block a user