Don't forget to watch client/server socket

This commit is contained in:
XANTRONIX Development 2020-06-25 01:04:17 -04:00 committed by XANTRONIX Industrial
parent 36a7de1b2c
commit 8d3c24696e

View file

@ -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: