]> andersk Git - openssh.git/blobdiff - sftp-int.c
- (djm) Sync with V_3_7 branch:
[openssh.git] / sftp-int.c
index 94299aa438e2ef060568b1fa1f78237e7b14e39c..c93eaabffbe3e93c240c68956adb80c089bf9259 100644 (file)
@@ -351,6 +351,7 @@ get_pathname(const char **cpp, char **path)
                for (i = j = 0; i <= strlen(cp); i++) {
                        if (cp[i] == quot) {    /* Found quote */
                                (*path)[j] = '\0';
+                               i++;
                                break;
                        }
                        if (cp[i] == '\0') {    /* End of string */
This page took 0.031558 seconds and 4 git commands to generate.