[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Tue Nov 17 18:47:49 MST 2009


The branch, master has been updated
       via  e73b790... fixed the build
      from  15d93a5... s4/torture: Port SMBv1 Change Notify tests to SMBv2

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e73b790c04d8deea724f442234f0a6b790537268
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed Nov 18 12:46:45 2009 +1100

    fixed the build
    
    whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check
    that what you push compiles and passes tests. In this case it didn't
    compile.

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

Summary of changes:
 lib/torture/torture.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/torture/torture.h b/lib/torture/torture.h
index 7f387cc..ad3668f 100644
--- a/lib/torture/torture.h
+++ b/lib/torture/torture.h
@@ -449,6 +449,10 @@ bool torture_setting_bool(struct torture_context *test,
 struct torture_suite *torture_find_suite(struct torture_suite *parent, 
 										 const char *name);
 
+unsigned long torture_setting_ulong(struct torture_context *test,
+				    const char *name,
+				    unsigned long default_value);
+
 NTSTATUS torture_temp_dir(struct torture_context *tctx, 
 				   const char *prefix, 
 				   char **tempdir);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list