From f047af8148830cb9f4292935cfc073ba0a6c0971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 4 Nov 2019 15:00:37 +0000 Subject: [PATCH] Remove useless call to mud_reset_path() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud.c | 2 -- 1 file changed, 2 deletions(-) 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; }