diff --git a/mud.c b/mud.c index b4c6dfd..533e515 100644 --- a/mud.c +++ b/mud.c @@ -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; }