diff --git a/mud.c b/mud.c index ac20a76..517e7b3 100644 --- a/mud.c +++ b/mud.c @@ -1467,7 +1467,8 @@ mud_update(struct mud *mud, uint64_t now) if ((path->msg_sent >= MUD_MSG_SENT_MAX) || (path->recv.time && mud->last_recv_time > path->recv.time + MUD_ONE_SEC)) { - mud_reset_path(mud, path); + path->state = MUD_EMPTY; + continue; } }