Compare commits

..

1 Commits

Author SHA1 Message Date
Adrien Gallouët
adb791d3ba Update mud 2016-11-25 16:44:00 +00:00
2 changed files with 3 additions and 1 deletions

2
mud

Submodule mud updated: ca9aa34ae3...72d0573c95

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;