Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AuthSocket: don't pack struct AuthHandler.
This makes sure the AuthSocket member function pointer member gets properly aligned by the compiler. Packing this struct is not really needed because this struct isn't part of the client-server protocol.
- Loading branch information