mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Remove the char[1024] strings from dynconfig. Replace
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
(This used to be commit 52dc5eaef2
)
This commit is contained in:
@ -83,7 +83,7 @@ static void set_line_buffering(FILE *f)
|
||||
static int process_options(int argc, char **argv, int local_flags)
|
||||
{
|
||||
int ch;
|
||||
const char *configfile = dyn_CONFIGFILE;
|
||||
const char *configfile = get_dyn_CONFIGFILE();
|
||||
|
||||
local_flags |= LOCAL_SET_PASSWORD;
|
||||
|
||||
|
Reference in New Issue
Block a user