mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Fixed a typo in tutorial
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
* exit(-1);
|
* exit(-1);
|
||||||
* ssh_options_set(my_ssh_session, SSH_OPTIONS_HOST, "localhost");
|
* ssh_options_set(my_ssh_session, SSH_OPTIONS_HOST, "localhost");
|
||||||
* ssh_options_set(my_ssh_session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
|
* ssh_options_set(my_ssh_session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
|
||||||
* ssh_options_set(my_ssh_session, SSH_OPTIONS_LOG_PORT, &port);
|
* ssh_options_set(my_ssh_session, SSH_OPTIONS_PORT, &port);
|
||||||
* ...
|
* ...
|
||||||
* ssh_free(my_ssh_session);
|
* ssh_free(my_ssh_session);
|
||||||
* @endcode
|
* @endcode
|
||||||
|
|||||||
Reference in New Issue
Block a user