[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Apr 7 06:11:04 MDT 2012


The branch, master has been updated
       via  5138b1f s3: Compile fix for dbwrap_file.c
      from  989fc20 Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting directory and veto files are enabled.

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


- Log -----------------------------------------------------------------
commit 5138b1f7fb597f3c16260f16043dff7ff526016f
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Apr 7 12:33:32 2012 +0200

    s3: Compile fix for dbwrap_file.c
    
    Autobuild-User: Volker Lendecke <vl at samba.org>
    Autobuild-Date: Sat Apr  7 14:10:35 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/lib/dbwrap/dbwrap_file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap/dbwrap_file.c b/source3/lib/dbwrap/dbwrap_file.c
index 5b0da3a..a8a31e3 100644
--- a/source3/lib/dbwrap/dbwrap_file.c
+++ b/source3/lib/dbwrap/dbwrap_file.c
@@ -21,7 +21,7 @@
 #include "dbwrap/dbwrap.h"
 #include "dbwrap/dbwrap_file.h"
 #include "dbwrap/dbwrap_private.h"
-#include "lib/util/tdb_wrap.h"
+#include "lib/tdb_wrap/tdb_wrap.h"
 
 struct db_file_ctx {
 	const char *dirname;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list