1
0
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:
Michael Adam 2007-11-06 01:07:12 +01:00
parent 1f0fcc3e4e
commit 98225a0752

View File

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