Comment 6 for bug 893348

Revision history for this message
Gor Martsen (gor-x) wrote :

We resolved this issue.

In function acl_authenticate after check_for_max_user_connections (that increase uc->connections) it checks max_connections and if limit reached, return from function.

We need to decrease uc->connections before return.

Patch tested, it works how it expected.

Please confirm.