mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-13 04:42:23 +03:00
Fix typo.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@365 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -656,7 +656,7 @@ int ssh_options_set_status_callback(SSH_OPTIONS *opt,
|
|||||||
* complete exchange.
|
* complete exchange.
|
||||||
*/
|
*/
|
||||||
int ssh_options_set_timeout(SSH_OPTIONS *opt, long seconds, long usec) {
|
int ssh_options_set_timeout(SSH_OPTIONS *opt, long seconds, long usec) {
|
||||||
if (opts == NULL) {
|
if (opt == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user