just a stupid typo
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Dec 2011 22:53:52 +0000 (23:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Dec 2011 22:53:52 +0000 (23:53 +0100)
lib/ssh.c

index e92916e..723138b 100644 (file)
--- 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);