mirror of
https://github.com/curl/curl.git
synced 2026-06-04 09:24:20 +03:00
another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.
This commit is contained in:
parent
823d296e12
commit
d31153584e
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue