[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Fri Dec 10 12:34:17 MST 2010


The branch, v3-6-test has been updated
       via  7d4e274 s3-vfstest: fixed paths in vfstest
      from  aab5998 libcli/auth: let spnego_write_mech_types() check the asn1_load() return

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 7d4e274d6ba5acffbd8572f11d4aecabe837fffb
Author: Andrew Tridgell <tridge at samba.org>
Date:   Thu Dec 9 22:41:58 2010 +1100

    s3-vfstest: fixed paths in vfstest
    
    vfstest tries to create /messages.tdb as loadparm has not been
    initialised
    (cherry picked from commit 283686af75c4ca3b8317f04754dab64bbf9f64e8)

-----------------------------------------------------------------------

Summary of changes:
 source3/torture/vfstest.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 3ebe63e..479bc86 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);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list