Skip to content

Commit

Permalink
pop3-login: Code cleanup - Make sure destroying client stops processing.
Browse files Browse the repository at this point in the history
It would currently do it in any case, but this makes it clearer.
  • Loading branch information
sirainen committed Feb 10, 2017
1 parent 963842c commit fd013f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pop3-login/client.c
Expand Up @@ -138,6 +138,7 @@ static void pop3_client_input(struct client *client)
"Too many invalid bad commands.");
client_destroy(client,
"Disconnected: Too many bad commands");
break;
}
}

Expand Down

0 comments on commit fd013f9

Please sign in to comment.