]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove ghastly hack involving fxp_error_message.
authorSimon Tatham <anakin@pobox.com>
Fri, 14 Dec 2001 10:12:53 +0000 (10:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 14 Dec 2001 10:12:53 +0000 (10:12 +0000)
[originally from svn r1484]

sftp.c

diff --git a/sftp.c b/sftp.c
index 9ef69c27ad6526fcaec0d5eead14ea542a833e97..78fbd325d8eec11382a70b04a9650f4c8d74000e 100644 (file)
--- 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)