]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
audiod: Rename handle_connect().
[paraslash.git] / audiod.c
index 693c031a00269e3b93148d9bfbfe4a3d7cf7cd09..12de088639448ca9a227fa857bf99cb406e95b8b 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);
+       ret = dispatch_local_connection(ct->fd);
        if (ret < 0) {
                PARA_NOTICE_LOG("%s\n", para_strerror(-ret));
                if (ret == -E_AUDIOD_TERM) {