1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-vfstest: fixed paths in vfstest

vfstest tries to create /messages.tdb as loadparm has not been
initialised
This commit is contained in:
Andrew Tridgell 2010-12-09 22:41:58 +11:00
parent e92803201a
commit 283686af75

View File

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