mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Fix a typo.
This commit is contained in:
2
sample.c
2
sample.c
@@ -380,7 +380,7 @@ void do_sftp(SSH_SESSION *session){
|
|||||||
sftp_close(to);
|
sftp_close(to);
|
||||||
/* close the sftp session */
|
/* close the sftp session */
|
||||||
sftp_free(sftp_session);
|
sftp_free(sftp_session);
|
||||||
printf("session sftp termin<EFBFBD>\n");
|
printf("sftp session terminated\n");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user