mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Make variables static to satisfy exotic compilers
(This used to be commit 094eed2c6222fe167ee9f596f4b849a4dea234bf)
This commit is contained in:
parent
403ee6701b
commit
f97934e3f5
@ -187,8 +187,8 @@ int main(int argc,char *argv[])
|
||||
int opt;
|
||||
unsigned int lookup_type = 0x0;
|
||||
fstring lookup;
|
||||
BOOL find_master=False;
|
||||
BOOL lookup_by_ip = False;
|
||||
static BOOL find_master=False;
|
||||
static BOOL lookup_by_ip = False;
|
||||
poptContext pc;
|
||||
|
||||
struct poptOption long_options[] = {
|
||||
|
@ -192,7 +192,6 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
|
||||
int s;
|
||||
static BOOL silent_mode = False;
|
||||
int ret = 0;
|
||||
int opt;
|
||||
poptContext pc;
|
||||
static const char *term_code = "";
|
||||
static char *new_local_machine = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user