mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9921 fix vlvResult comment
This commit is contained in:
parent
2624ea1416
commit
cfcb996084
1 changed files with 1 additions and 1 deletions
|
|
@ -2211,7 +2211,7 @@ print_vlv( LDAP *ld, LDAPControl *ctrl )
|
|||
ber_memfree( bv.bv_val );
|
||||
|
||||
tool_write_ldif( ldif ? LDIF_PUT_COMMENT : LDIF_PUT_VALUE,
|
||||
ldif ? "vlvResult" : "vlvResult", buf, rc );
|
||||
ldif ? "vlvResult: " : "vlvResult", buf, rc );
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue