mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +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:
@ -573,7 +573,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
load_case_tables();
|
||||
|
||||
lp_load( dyn_CONFIGFILE, False, False, False, True );
|
||||
lp_load( get_dyn_CONFIGFILE(), False, False, False, True );
|
||||
|
||||
/* check for initializing secrets.tdb first */
|
||||
|
||||
|
Reference in New Issue
Block a user