mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix typo in previous commit
This commit is contained in:
parent
7c7daf8556
commit
48c8cebbe3
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ do_search(
|
||||||
len += an[i].an_name.bv_len;
|
len += an[i].an_name.bv_len;
|
||||||
}
|
}
|
||||||
if (len) {
|
if (len) {
|
||||||
Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu MOD attr=%s\n",
|
Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu SRCH attr=%s\n",
|
||||||
op->o_connid, op->o_opid, abuf, 0, 0 );
|
op->o_connid, op->o_opid, abuf, 0, 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue