diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-09 22:41:58 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-10 08:46:16 +0100 |
commit | 283686af75c4ca3b8317f04754dab64bbf9f64e8 (patch) | |
tree | ffceafa45318cc8fcf026f9c86d89ca0e7c6b869 /source3/torture | |
parent | e92803201ae442892bee220fbcd2a124a8ca854b (diff) | |
download | samba-283686af75c4ca3b8317f04754dab64bbf9f64e8.tar.gz samba-283686af75c4ca3b8317f04754dab64bbf9f64e8.tar.xz samba-283686af75c4ca3b8317f04754dab64bbf9f64e8.zip |
s3-vfstest: fixed paths in vfstest
vfstest tries to create /messages.tdb as loadparm has not been
initialised
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/vfstest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 3ebe63ee536..479bc86e457 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -457,6 +457,8 @@ int main(int argc, char *argv[]) poptFreeContext(pc); + lp_load_initial_only(get_dyn_CONFIGFILE()); + /* TODO: check output */ reload_services(smbd_messaging_context(), -1, False); |