svn commit: samba r26129 - in branches/SAMBA_4_0/source/lib/ldb-samba: .

jelmer at samba.org jelmer at samba.org
Mon Nov 26 03:14:29 GMT 2007


Author: jelmer
Date: 2007-11-26 03:14:28 +0000 (Mon, 26 Nov 2007)
New Revision: 26129

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26129

Log:
Specify path explicitly in case an external ldb installation is used.
Modified:
   branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c	2007-11-26 02:31:53 UTC (rev 26128)
+++ branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c	2007-11-26 03:14:28 UTC (rev 26129)
@@ -22,8 +22,7 @@
 */
 
 #include "includes.h"
-#include "ldb_includes.h"
-#include "ldb_handlers.h"
+#include "lib/ldb/include/ldb_includes.h"
 
 #include "librpc/gen_ndr/ndr_security.h"
 #include "librpc/gen_ndr/ndr_misc.h"



More information about the samba-cvs mailing list