diff options
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index da4f025755..b6c4b704a9 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2583,7 +2583,7 @@ static void remember_query_host(const char *arg, BOOL message = False; extern char tar_type; pstring term_code; - const char *new_name_resolve_order = NULL; + static const char *new_name_resolve_order = NULL; poptContext pc; char *p; int rc = 0; |