mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix format (ITS#2640?)
This commit is contained in:
parent
c996265bc0
commit
0bb807f4be
1 changed files with 1 additions and 1 deletions
|
|
@ -969,7 +969,7 @@ backsql_oc_get_candidates( void *v_oc, void *v_bsi )
|
|||
return BACKSQL_CONTINUE;
|
||||
}
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "(one)id: '%s'\n", base_id.id,
|
||||
Debug( LDAP_DEBUG_TRACE, "(one)id: '%lu'\n", base_id.id,
|
||||
0, 0 );
|
||||
|
||||
rc = backsql_BindParamID( sth, 2, &base_id.id );
|
||||
|
|
|
|||
Loading…
Reference in a new issue