提交 abf840e4 编写于 作者: D Dr. Stephen Henson

Fix argument processing.

上级 27f3b65f
......@@ -438,7 +438,7 @@ static int ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd)
}
else if (cctx->flags & SSL_CONF_FLAG_CMDLINE)
{
if (**pcmd != '-' || !*pcmd[1])
if (**pcmd != '-' || !(*pcmd)[1])
return 0;
*pcmd += 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册