]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
[TRIVIAL]: rename create_pf_socket() to create_local_socket().
[paraslash.git] / audiod.c
index c7b17b6f23067e2c8550f45078a64f6a15478f6c..a1f1d62169d7a24a3be814a284df87c56032f3a9 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -866,7 +866,7 @@ static int audiod_get_socket(void)
        PARA_NOTICE_LOG("local socket: %s\n", socket_name);
        if (conf.force_given)
                unlink(socket_name);
-       fd = create_pf_socket(socket_name, &unix_addr,
+       fd = create_local_socket(socket_name, &unix_addr,
                        S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IWOTH);
        if (fd < 0) {
                PARA_EMERG_LOG("%s", "can not connect to socket\n");