提交 df9e0bf5 编写于 作者: N Nils Larsch

add missing parentheses

上级 879b1980
......@@ -469,7 +469,7 @@ static long conn_ctrl(BIO *b, int cmd, long num, void *ptr)
break;
case BIO_C_DO_STATE_MACHINE:
/* use this one to start the connection */
if (!data->state != BIO_CONN_S_OK)
if (!(data->state != BIO_CONN_S_OK))
ret=(long)conn_state(b,data);
else
ret=1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册