mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
config: Fix building without globbing support
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f709c3ac58)
This commit is contained in:
@@ -462,7 +462,7 @@ static int ssh_config_parse_line(ssh_session session, const char *line,
|
|||||||
|
|
||||||
p = ssh_config_get_str_tok(&s, NULL);
|
p = ssh_config_get_str_tok(&s, NULL);
|
||||||
if (p && *parsing) {
|
if (p && *parsing) {
|
||||||
#ifdef HAVE_GLOB
|
#if defined(HAVE_GLOB) && defined(HAVE_GLOB_GL_FLAGS_MEMBER)
|
||||||
local_parse_glob(session, p, parsing, seen);
|
local_parse_glob(session, p, parsing, seen);
|
||||||
#else
|
#else
|
||||||
local_parse_file(session, p, parsing, seen);
|
local_parse_file(session, p, parsing, seen);
|
||||||
|
|||||||
Reference in New Issue
Block a user