1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-12 15:41:16 +03:00

options.c: Add int datatype in doc for SSH_OPTIONS_CONTROL_MASTER

The datatype of the option value for the option SSH_OPTIONS_CONTROL_MASTER
should be int, this wasn't mentioned in the documentation. This commit
mentions that.

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Eshan Kelkar
2024-05-31 12:03:25 +05:30
committed by Jakub Jelen
parent ac7c788ef0
commit c4e547f3f7

View File

@@ -589,7 +589,7 @@ int ssh_options_set_algo(ssh_session session,
*
* - SSH_OPTIONS_CONTROL_MASTER
* Set the option to enable the sharing of multiple sessions over a
* single network connection using connection multiplexing.
* single network connection using connection multiplexing (int).
*
* The possible options are among the following:
* - SSH_CONTROL_MASTER_AUTO: enable connection sharing if possible