From e1fd7f8b0d2cc9ccbe9f2219c2b0e66bf721f823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 2 Dec 2016 10:57:34 +0000 Subject: [PATCH] Ping for new path --- mud.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mud.c b/mud.c index 37b3c20..9f3e53a 100644 --- a/mud.c +++ b/mud.c @@ -1083,6 +1083,9 @@ int mud_send_ctrl (struct mud *mud) path->bak.send_time = now; continue; } + + if (!path->send_time) + mud_ctrl_path(mud, mud_ping, path, now); } } }