Remove useless call to mud_reset_path()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-11-04 15:00:37 +00:00
parent 8948d00545
commit f047af8148

2
mud.c
View File

@@ -642,8 +642,6 @@ mud_get_path(struct mud *mud, struct sockaddr_storage *local_addr,
path->mtu.max = MUD_MTU_MAX;
path->mtu.probe = MUD_MTU_MAX;
mud_reset_path(path);
return path;
}