mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix typo when string keys are used
This commit is contained in:
parent
6db389efd9
commit
71035d3aa1
@ -369,7 +369,7 @@ typedef struct {
|
||||
#ifdef BACKSQL_ARBITRARY_KEY
|
||||
#define BACKSQL_BASEOBJECT_IDSTR "baseObject"
|
||||
#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 */
|
||||
#define BACKSQL_BASEOBJECT_ID 0
|
||||
#define BACKSQL_BASEOBJECT_IDSTR "0"
|
||||
|
Loading…
Reference in New Issue
Block a user