Fix mud_kiss_path()

This commit is contained in:
Adrien Gallouët
2017-01-06 11:47:45 +00:00
parent 7cc6e7ad72
commit 2d171c6dd9

3
mud.c
View File

@@ -990,6 +990,9 @@ mud_kiss_path(struct mud *mud, struct mud_path *path)
}
mud->path = path;
if (path)
path->next = NULL;
}
static int