Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-26 13:17:15 +00:00
parent 91cf697fb4
commit 13cf44c813

2
mud.c
View File

@@ -1067,8 +1067,6 @@ mud_packet_recv(struct mud *mud, struct mud_path *path,
{
struct mud_packet *packet = (struct mud_packet *)data;
int new_keyx = 0;
switch (packet->hdr.code) {
case mud_conf:
path->conf.remote = 1;