mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Cope with the requirement for constant initialisers on some unix C compilers.
Andrew Bartlett
(This used to be commit 11b6d283d3
)
This commit is contained in:
parent
36f7eaf32c
commit
d666280b0a
@ -178,7 +178,7 @@ int main(int argc, char *argv[])
|
||||
extern fstring local_machine;
|
||||
const char *config_file = dyn_CONFIGFILE;
|
||||
int s;
|
||||
BOOL silent_mode = False;
|
||||
static BOOL silent_mode = False;
|
||||
int ret = 0;
|
||||
int opt;
|
||||
poptContext pc;
|
||||
|
Loading…
Reference in New Issue
Block a user