]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9921 fix vlvResult comment
authorHoward Chu <hyc@openldap.org>
Mon, 26 Sep 2022 10:55:27 +0000 (11:55 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 8 May 2024 15:30:13 +0000 (15:30 +0000)
clients/tools/common.c

index 27c7b53277210a3d7b829e8eedd62d37d9108c87..1c6513e8a9db94836553066e479797aa46d59e9e 100644 (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;