Update auth.c

This commit is contained in:
Dengfeng Liu 2022-01-20 16:26:10 +08:00 committed by GitHub
parent 28869286bc
commit 6244d1eca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ client_timeout_check_cb(evutil_socket_t fd, short event, void *arg) {
void
ev_logout_client(struct wd_request_context *context, t_client *client)
{
assert(!client);
assert(client);
fw_deny(client);