From: Simon Tatham Date: Fri, 14 Dec 2001 10:12:53 +0000 (+0000) Subject: Remove ghastly hack involving fxp_error_message. X-Git-Tag: 0.52~45 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=211bad80f0d1368f19956e5eb801a44cf85f2dcc;p=PuTTY.git Remove ghastly hack involving fxp_error_message. [originally from svn r1484] --- 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)