Skip to content

Commit

Permalink
Remove X message, need to make it more general
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Jan 7, 2020
1 parent 3da9ad0 commit 7f01b29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libpgagroal/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ pgagroal_prefill_auth(char* username, char* password, char* database, void* shme

if (*slot != -1)
{
if (config->connections[*slot].fd != -1)
{
pgagroal_write_terminate(config->connections[*slot].fd);
}

pgagroal_kill_connection(shmem, *slot);
}

Expand Down

0 comments on commit 7f01b29

Please sign in to comment.