From 6cd506ea81283c93decef2177cbe7279244891a1 Mon Sep 17 00:00:00 2001 From: Till Wimmer Date: Tue, 9 Apr 2019 12:56:39 +0200 Subject: [PATCH] options: Update doc for SSH_OPTIONS_PORT Signed-off-by: Till Wimmer Reviewed-by: Andreas Schneider Reviewed-by: Jakub Jelen --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 4e1a5830..c620077e 100644 --- a/src/options.c +++ b/src/options.c @@ -249,7 +249,7 @@ int ssh_options_set_algo(ssh_session session, * The hostname or ip address to connect to (const char *). * * - SSH_OPTIONS_PORT: - * The port to connect to (unsigned int). + * The port to connect to (unsigned int *). * * - SSH_OPTIONS_PORT_STR: * The port to connect to (const char *).