diff --git a/clients/tools/common.c b/clients/tools/common.c index b88f219b36..3135034ca0 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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;