r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Apr 2006 16:21:56 +0000 (16:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:24 +0000 (14:04 -0500)
metze
(This used to be commit 96da29263b5b7a78e75b46ab9cf6e6e1729e05d4)

source4/lib/ldb/include/ldb.h

index 43dde8675bc0a3834d7764ce970ee9169d44bdc3..af3aed24c60b9a1f40df3621f857206f53ee1146 100644 (file)
@@ -240,7 +240,7 @@ struct ldb_utf8_fns {
    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