diff options
author | Jeremy Allison <jra@samba.org> | 2006-03-02 21:42:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:54 -0500 |
commit | 38e020e51035c1df5e7c632e1c13d3b9111da792 (patch) | |
tree | f020d7665365cbf582c3c45fe02a5b22ef868504 /source3 | |
parent | d0ab9712f54d104c855ffb7521c4cae8e8083309 (diff) | |
download | samba-38e020e51035c1df5e7c632e1c13d3b9111da792.tar.gz samba-38e020e51035c1df5e7c632e1c13d3b9111da792.tar.bz2 samba-38e020e51035c1df5e7c632e1c13d3b9111da792.zip |
r13796: Another load_case_tables...
Jeremy.
(This used to be commit 36df6ba3ad8b93744577ad92df0fe0b9bf9a4300)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/locktest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index 913df885ba..daf791963a 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -569,6 +569,8 @@ static void usage(void) setlinebuf(stdout); + load_case_tables(); + dbf = x_stderr; if (argc < 3 || argv[1][0] == '-') { |