X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=a1f1d62169d7a24a3be814a284df87c56032f3a9;hp=c7b17b6f23067e2c8550f45078a64f6a15478f6c;hb=cd4b294da6f6802d9918c8fe5bcecb8a2a2363c3;hpb=0869d99a5dcfa351536a129f10ddf3a99211cf46 diff --git a/audiod.c b/audiod.c index c7b17b6f..a1f1d621 100644 --- 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");