Commit d3115358 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.

parent 823d296e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
* $Id$
***************************************************************************/

#define CURL_LIBSSH2_DEBUG
/* #define CURL_LIBSSH2_DEBUG */

#include "setup.h"

@@ -808,7 +808,7 @@ CURLcode Curl_sftp_do(struct connectdata *conn, bool *done)
          }

          currLen += snprintf(line+currLen, totalLen-currLen, "\n");
          res = Curl_client_write(conn, CLIENTWRITE_BOTH, line, 0);
          res = Curl_client_write(conn, CLIENTWRITE_BODY, line, 0);
          free(line);
        }
      }