mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix a segfault.
Michael
This commit is contained in:
parent
1f0fcc3e4e
commit
98225a0752
@ -228,6 +228,8 @@ int main(int argc, char *argv[])
|
||||
pstring configfile;
|
||||
TALLOC_CTX *frame = talloc_stackframe();
|
||||
|
||||
load_case_tables();
|
||||
|
||||
setup_logging(argv[0],True);
|
||||
|
||||
pstrcpy(configfile,dyn_CONFIGFILE);
|
||||
|
Loading…
Reference in New Issue
Block a user