Commit 45ef092c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jon Turner mentioned this bug fix to correct how libcurl deals with paths

after a failed transfer.
parent a191fe02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2234,6 +2234,8 @@ CURLcode Curl_ftp(struct connectdata *conn)
      /* since we didn't connect now, we want do_more to get called */
      conn->bits.do_more = TRUE;
  }
  else
    freedirs(ftp);

  return retcode;
}