mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
options: Do not reference non-existing function
Fixes T227 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -1370,7 +1370,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv)
|
|||||||
*
|
*
|
||||||
* This should be the last call of all options, it may overwrite options which
|
* This should be the last call of all options, it may overwrite options which
|
||||||
* are already set. It requires that the host name is already set with
|
* are already set. It requires that the host name is already set with
|
||||||
* ssh_options_set_host().
|
* ssh_options_set(SSH_OPTIONS_HOST).
|
||||||
*
|
*
|
||||||
* @param session SSH session handle
|
* @param session SSH session handle
|
||||||
*
|
*
|
||||||
@@ -1379,7 +1379,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv)
|
|||||||
*
|
*
|
||||||
* @return 0 on success, < 0 on error.
|
* @return 0 on success, < 0 on error.
|
||||||
*
|
*
|
||||||
* @see ssh_options_set_host()
|
* @see ssh_options_set()
|
||||||
*/
|
*/
|
||||||
int ssh_options_parse_config(ssh_session session, const char *filename) {
|
int ssh_options_parse_config(ssh_session session, const char *filename) {
|
||||||
char *expanded_filename;
|
char *expanded_filename;
|
||||||
|
|||||||
Reference in New Issue
Block a user