curl-library
[PATCH] fixed total length after read link
From: none <Armel_at_.(none)>
Date: Mon, 26 Dec 2011 17:45:33 +0100
Date: Mon, 26 Dec 2011 17:45:33 +0100
---
lib/ssh.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/ssh.c b/lib/ssh.c
index 23ba5f4..daa66e1 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -1900,6 +1900,7 @@ static CURLcode ssh_statemach_act(struct connectdata
*conn, bool *block)
break;
}
sshc->readdir_line = new_readdir_line;
+ sshc->readdir_totalLen += 4 + sshc->readdir_len;
sshc->readdir_currLen += snprintf(sshc->readdir_line +
sshc->readdir_currLen,
--
1.6.5.1.1367.gcd48
Regards
Armel Asselin
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2001-09-17