From: simon Date: Fri, 14 Dec 2001 10:12:53 +0000 (+0000) Subject: Remove ghastly hack involving fxp_error_message. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/3ca5c28cafade2c9e0ada4d5b30c1d9b1be32f4c Remove ghastly hack involving fxp_error_message. git-svn-id: svn://svn.tartarus.org/sgt/putty@1484 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sftp.c b/sftp.c index 9ef69c27..78fbd325 100644 --- a/sftp.c +++ b/sftp.c @@ -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)