mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Store some path names in global variables initialized to configure
default, rather than in preprocessor macros.
This commit is contained in:
@ -1379,7 +1379,7 @@ int main(int argc,char *argv[])
|
||||
int argc_new = 0;
|
||||
const char ** argv_new;
|
||||
poptContext pc;
|
||||
static char *servicesf = CONFIGFILE;
|
||||
static char *servicesf = dyn_CONFIGFILE;
|
||||
static char *target_workgroup = NULL;
|
||||
static char *comment = "";
|
||||
static char *user_name = NULL;
|
||||
|
Reference in New Issue
Block a user