From 211bad80f0d1368f19956e5eb801a44cf85f2dcc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 14 Dec 2001 10:12:53 +0000 Subject: [PATCH] Remove ghastly hack involving fxp_error_message. [originally from svn r1484] --- sftp.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.45.2