From: Howard Chu Date: Mon, 26 Sep 2022 10:55:27 +0000 (+0100) Subject: ITS#9921 fix vlvResult comment X-Git-Tag: OPENLDAP_REL_ENG_2_5_18~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f640d170be5edc5a613fe8717e7ce693fac1320f;p=thirdparty%2Fopenldap.git ITS#9921 fix vlvResult comment --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 27c7b53277..1c6513e8a9 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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;