mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +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;
|
int opt;
|
||||||
unsigned int lookup_type = 0x0;
|
unsigned int lookup_type = 0x0;
|
||||||
fstring lookup;
|
fstring lookup;
|
||||||
BOOL find_master=False;
|
static BOOL find_master=False;
|
||||||
BOOL lookup_by_ip = False;
|
static BOOL lookup_by_ip = False;
|
||||||
poptContext pc;
|
poptContext pc;
|
||||||
|
|
||||||
struct poptOption long_options[] = {
|
struct poptOption long_options[] = {
|
||||||
|
@ -192,7 +192,6 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
|
|||||||
int s;
|
int s;
|
||||||
static BOOL silent_mode = False;
|
static BOOL silent_mode = False;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
int opt;
|
|
||||||
poptContext pc;
|
poptContext pc;
|
||||||
static const char *term_code = "";
|
static const char *term_code = "";
|
||||||
static char *new_local_machine = NULL;
|
static char *new_local_machine = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user