[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-247-g9733816

Jelmer Vernooij jelmer at samba.org
Fri Sep 11 16:52:26 MDT 2009


The branch, master has been updated
       via  97338168e8c7719d6460dc11ae489ecbb218b31d (commit)
      from  d0c9d5ed8eeafe316856ccb654d2297f0078cbb5 (commit)

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


- Log -----------------------------------------------------------------
commit 97338168e8c7719d6460dc11ae489ecbb218b31d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Sep 12 00:49:51 2009 +0200

    repl_meta_data: Fix include path when building with standalone ldb.

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/repl_meta_data.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
index fbcde76..b9de04a 100644
--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
@@ -48,7 +48,7 @@
 #include "librpc/gen_ndr/ndr_drsblobs.h"
 #include "param/param.h"
 #include "libcli/security/dom_sid.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 
 struct replmd_private {
 	struct la_entry *la_list;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list