From d562cac5c4a54cc4efe8a6c876faba5274730948 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 Apr 2006 16:21:56 +0000 Subject: r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,... metze (This used to be commit 96da29263b5b7a78e75b46ab9cf6e6e1729e05d4) --- source4/lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 43dde8675b..af3aed24c6 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -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 -- cgit