]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
net: Drop fd_set parameter from para_accept().
[paraslash.git] / audiod.c
index 482cce377801189ffdeec9aa0862834aa27248b2..693c031a00269e3b93148d9bfbfe4a3d7cf7cd09 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1092,7 +1092,7 @@ static int command_post_select(struct sched *s, void *context)
        ret = task_get_notification(ct->task);
        if (ret < 0)
                return ret;
-       ret = handle_connect(ct->fd, &s->rfds);
+       ret = handle_connect(ct->fd);
        if (ret < 0) {
                PARA_NOTICE_LOG("%s\n", para_strerror(-ret));
                if (ret == -E_AUDIOD_TERM) {