diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-25 16:21:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:24 -0500 |
commit | d562cac5c4a54cc4efe8a6c876faba5274730948 (patch) | |
tree | 49f75bff4e9c3789c56a91bc7bdbd1f50ac1b659 /source4/lib/ldb/include/ldb.h | |
parent | 8c653b5b54514f1f5e2279ed05f863c4578f1f5a (diff) | |
download | samba-d562cac5c4a54cc4efe8a6c876faba5274730948.tar.gz samba-d562cac5c4a54cc4efe8a6c876faba5274730948.tar.bz2 samba-d562cac5c4a54cc4efe8a6c876faba5274730948.zip |
r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
metze
(This used to be commit 96da29263b5b7a78e75b46ab9cf6e6e1729e05d4)
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-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 |