mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Kill '//'-style comment.
This commit is contained in:
parent
d45a47d40f
commit
546e074be0
1 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ const struct berval slap_unknown_bv = BER_BVC("unknown");
|
|||
const struct berval slap_true_bv = BER_BVC("TRUE");
|
||||
const struct berval slap_false_bv = BER_BVC("FALSE");
|
||||
|
||||
//struct sync_cookie *slap_sync_cookie = NULL;
|
||||
#if 0
|
||||
struct sync_cookie *slap_sync_cookie = NULL;
|
||||
#endif
|
||||
struct slap_sync_cookie_s slap_sync_cookie =
|
||||
LDAP_STAILQ_HEAD_INITIALIZER( slap_sync_cookie );
|
||||
|
|
|
|||
Loading…
Reference in a new issue