mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
fix typo when string keys are used
This commit is contained in:
parent
6db389efd9
commit
71035d3aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ typedef struct {
|
||||||
#ifdef BACKSQL_ARBITRARY_KEY
|
#ifdef BACKSQL_ARBITRARY_KEY
|
||||||
#define BACKSQL_BASEOBJECT_IDSTR "baseObject"
|
#define BACKSQL_BASEOBJECT_IDSTR "baseObject"
|
||||||
#define BACKSQL_BASEOBJECT_KEYVAL BACKSQL_BASEOBJECT_IDSTR
|
#define BACKSQL_BASEOBJECT_KEYVAL BACKSQL_BASEOBJECT_IDSTR
|
||||||
#define BACKSQL_IS_BASEOBJECT_ID(id) (bvmatch((id), &backsql_baseObject_bv)
|
#define BACKSQL_IS_BASEOBJECT_ID(id) (bvmatch((id), &backsql_baseObject_bv))
|
||||||
#else /* ! BACKSQL_ARBITRARY_KEY */
|
#else /* ! BACKSQL_ARBITRARY_KEY */
|
||||||
#define BACKSQL_BASEOBJECT_ID 0
|
#define BACKSQL_BASEOBJECT_ID 0
|
||||||
#define BACKSQL_BASEOBJECT_IDSTR "0"
|
#define BACKSQL_BASEOBJECT_IDSTR "0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue