mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
protect macro
This commit is contained in:
parent
a141e3badf
commit
623615e2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ struct metaconn {
|
|||
*/
|
||||
int mc_bound_target;
|
||||
#define META_BOUND_NONE (-1)
|
||||
#define META_BOUND_ALL -2
|
||||
#define META_BOUND_ALL (-2)
|
||||
/* supersedes the connection stuff */
|
||||
struct metasingleconn *mc_conns;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue