ITS#9921 fix vlvResult comment

This commit is contained in:
Howard Chu 2022-09-26 11:55:27 +01:00 committed by Quanah Gibson-Mount
parent 2624ea1416
commit cfcb996084

View file

@ -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;