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

metze at samba.org metze at samba.org
Tue Apr 25 16:21:57 GMT 2006


Author: metze
Date: 2006-04-25 16:21:56 +0000 (Tue, 25 Apr 2006)
New Revision: 15246

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

Log:
flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-25 16:08:55 UTC (rev 15245)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-25 16:21:56 UTC (rev 15246)
@@ -240,7 +240,7 @@
    be opened in a way that makes it try to auto reconnect if the
    connection is dropped (actually make sense only with ldap).
 */
-#define LDB_FLG_RECONNECT 3
+#define LDB_FLG_RECONNECT 4
 
 /*! \cond DOXYGEN_IGNORE */
 #ifndef PRINTF_ATTRIBUTE



More information about the samba-cvs mailing list