From: Andrew Tridgell Date: Thu, 9 Dec 2010 11:41:58 +0000 (+1100) Subject: s3-vfstest: fixed paths in vfstest X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=283686af75c4ca3b8317f04754dab64bbf9f64e8 s3-vfstest: fixed paths in vfstest vfstest tries to create /messages.tdb as loadparm has not been initialised --- diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 3ebe63ee536e..479bc86e4579 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);