]> git.sur5r.net Git - openldap/commitdiff
fix typo when string keys are used
authorPierangelo Masarati <ando@openldap.org>
Sat, 16 Oct 2004 16:16:57 +0000 (16:16 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 16 Oct 2004 16:16:57 +0000 (16:16 +0000)
servers/slapd/back-sql/back-sql.h

index 92cdadc9031c5309b39198b46603bb1bfb519863..14a8a36f2faf7319c7a79c7cdd130827c464b685 100644 (file)
@@ -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"