<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div>Hi,</div><div><br></div><div>I found some unnecessary checks in&nbsp;pool_auth.c,</div><div>Like the following code,&nbsp; if first check 'reauth == true' , function has returned,</div><div>I think ,may be the second check can be removed , and I make a patch for it</div><div><br></div><div>---------------src/auth/pool_auth.c------------</div><div>if (reauth)</div><div>{</div><div><span style="white-space:pre">        </span>...</div><div><span style="white-space:pre">        </span>return 0;</div><div>}</div><div><br></div><div>if (!reauth &amp;&amp; kind == AUTH_REQ_OK)</div><div>---------------------------------------------------</div><div><br></div><div>Best regards,</div><div>sherlockcpp</div>