mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
ITS#9921 fix vlvResult comment
This commit is contained in:
parent
1220282dd5
commit
0b4098ca90
1 changed files with 1 additions and 1 deletions
|
|
@ -2210,7 +2210,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