mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo in debug
This commit is contained in:
parent
7434318a17
commit
060f193af7
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ NSSOV_HANDLE(
|
|||
cbp.numb.bv_val = cbp.buf;
|
||||
cbp.numb.bv_len = snprintf(cbp.buf,sizeof(cbp.buf),"%d",number);
|
||||
BER_BVZERO(&cbp.name);,
|
||||
Debug(LDAP_DEBUG_TRACE,"nssov_rpc_bynumber(%d)",cbp.numb.bv_val,0,0);,
|
||||
Debug(LDAP_DEBUG_TRACE,"nssov_rpc_bynumber(%s)",cbp.numb.bv_val,0,0);,
|
||||
NSLCD_ACTION_RPC_BYNUMBER,
|
||||
nssov_filter_byid(cbp.mi,1,&cbp.numb,&filter)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue