]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'
authorEmeric Brun <ebrun@haproxy.com>
Thu, 19 Jun 2014 12:10:45 +0000 (14:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jun 2014 12:37:19 +0000 (14:37 +0200)
src/dumpstats.c

index 36b468406336f9a9a2568bfb82f13019b285f091..c8bac08a34c160f28228afaf653e2e7d76051183 100644 (file)
@@ -1797,7 +1797,7 @@ static int stats_sock_parse_request(struct stream_interface *si, char *line)
 #ifdef SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB
                                char *err = NULL;
 
-                               /* Expect two parameters: certificate file name and the new response in base64 encoding */
+                               /* Expect one parameter: the new response in base64 encoding */
                                if (!*args[3]) {
                                        appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
                                        appctx->st0 = STAT_CLI_PRINT;