Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ovchinnikov committed Feb 1, 2024
1 parent d4a9a18 commit aa37f9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,6 @@ static inline int od_auth_frontend_mdb_iamproxy(od_client_t *client)
while (1) {
msg = od_read(&client->io, UINT32_MAX);
if (msg == NULL) {
od_error(&instance->logger, "auth", client, NULL,
"fuck that shit again");
od_error(&instance->logger, "auth", client, NULL,
"read error: %s", od_io_error(&client->io));
return -1;
Expand Down

0 comments on commit aa37f9b

Please sign in to comment.