mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in derefcrit control
This commit is contained in:
parent
fb0fb4a274
commit
cb594c7128
@ -1117,9 +1117,9 @@ getNextPage:
|
||||
sss > 1 ? _("critical ") : "" );
|
||||
}
|
||||
#ifdef LDAP_CONTROL_X_DEREF
|
||||
if ( sss ) {
|
||||
if ( derefcrit ) {
|
||||
printf(_("\n# with dereference %scontrol"),
|
||||
sss > 1 ? _("critical ") : "" );
|
||||
derefcrit > 1 ? _("critical ") : "" );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user