diff options
| author | Michael Adam <obnox@samba.org> | 2007-11-06 01:07:12 +0100 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2007-11-06 01:10:04 +0100 |
| commit | 251d755e90ab8ae2511b553dfa519512aedb9a54 (patch) | |
| tree | 95801828b52a1af057f22774df8753aadc21e888 | |
| parent | ea7bfdde7268f0f2ce7d1d381f87caea17472d06 (diff) | |
| download | samba-251d755e90ab8ae2511b553dfa519512aedb9a54.tar.gz samba-251d755e90ab8ae2511b553dfa519512aedb9a54.tar.bz2 samba-251d755e90ab8ae2511b553dfa519512aedb9a54.zip | |
Fix a segfault.
Michael
(This used to be commit 98225a075226e78f7ce64787dd29122fda3d6924)
| -rw-r--r-- | source3/utils/smbfilter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/smbfilter.c b/source3/utils/smbfilter.c index 4bbf3a8db0..55c0c4dec2 100644 --- a/source3/utils/smbfilter.c +++ b/source3/utils/smbfilter.c @@ -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); |
