]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/component.c
Sync with HEAD
[openldap] / servers / slapd / component.c
index bb66c4cee7bc23a1f230db690e5f664bf5a3c3bd..7633af36de03b79ec25b79ce2b5b1ba4741d4d40 100644 (file)
@@ -447,7 +447,8 @@ get_componentId( Operation *op, ComponentAssertionValue* cav,
 
        type = peek_componentId_type( cav );
 
-       Debug( LDAP_DEBUG_FILTER, "get_compId [%d]\n", type, 0, 0 );
+       Debug( LDAP_DEBUG_FILTER, "get_compId [%lu]\n",
+               (unsigned long) type, 0, 0 );
        len = 0;
        _cid.ci_type = type;
        _cid.ci_next = NULL;