Update mud

This commit is contained in:
Adrien Gallouët
2016-11-24 11:51:28 +00:00
parent f1a5d55613
commit adb791d3ba
2 changed files with 3 additions and 1 deletions

View File

@@ -381,6 +381,8 @@ int main (int argc, char **argv)
int mud_fd = mud_get_fd(mud);
fd_set_nonblock(mud_fd);
state_send(gt.state_fd, "INITIALIZED", tun_name);
fd_set rfds;