summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-12-31 23:53:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-31 23:53:52 +0100
commita3403db02f23513f488c78398e1377203e3023cd (patch)
tree51c09196d638c8b7466f8e9fe7ed04b8909a2720
parentc9a3cab6c4250ea6d4872affc6ff0ad6894a8e8c (diff)
downloadcurl-a3403db02f23513f488c78398e1377203e3023cd.tar.gz
just a stupid typo
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index e92916e9d..723138b69 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -1886,7 +1886,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
sshc->readdir_linkPath = NULL;
/* get room for the filename and extra output */
- sshc->readdir_totalLen += 4 + sshc->readdir_len:
+ sshc->readdir_totalLen += 4 + sshc->readdir_len;
new_readdir_line = realloc(sshc->readdir_line, sshc->readdir_totalLen);
if(!new_readdir_line) {
Curl_safefree(sshc->readdir_line);