diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 16:16:13 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 16:16:13 +0000 |
commit | 75b3445d04fc5c24f39fb18157ac79b1b82c6ce6 (patch) | |
tree | 48420e38cc86fc0378c152fd71324ef39edc0256 | |
parent | a4d819e1e8a749f92c4e3fd39e8f025809e9d5c0 (diff) | |
download | samba-75b3445d04fc5c24f39fb18157ac79b1b82c6ce6.tar.gz samba-75b3445d04fc5c24f39fb18157ac79b1b82c6ce6.tar.bz2 samba-75b3445d04fc5c24f39fb18157ac79b1b82c6ce6.zip |
Add static to satisfy exotic compilers
(This used to be commit 269c93ca269e5badd5475d9ad53d06f9cb111d2c)
-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; |