Don't forget to watch client/server socket
This commit is contained in:
parent
36a7de1b2c
commit
8d3c24696e
1 changed files with 2 additions and 0 deletions
|
@ -848,6 +848,8 @@ static int listen_unix(patty_ax25_server *server, const char *path) {
|
|||
goto error_listen;
|
||||
}
|
||||
|
||||
FD_SET(server->fd, &server->fds_watch);
|
||||
|
||||
return 0;
|
||||
|
||||
error_listen:
|
||||
|
|
Loading…
Add table
Reference in a new issue