diff options
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |