1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

Cope with the requirement for constant initialisers on some unix C compilers.

Andrew Bartlett
(This used to be commit 11b6d283d3c1408c89b03918f3a0c034411f5966)
This commit is contained in:
Andrew Bartlett 2002-06-16 11:21:07 +00:00
parent 36f7eaf32c
commit d666280b0a

View File

@ -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;