summaryrefslogtreecommitdiffstats
path: root/input/ipc-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/ipc-unix.c')
-rw-r--r--input/ipc-unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/input/ipc-unix.c b/input/ipc-unix.c
index bfd035298c..ef478ba35e 100644
--- a/input/ipc-unix.c
+++ b/input/ipc-unix.c
@@ -314,9 +314,7 @@ static void *ipc_thread(void *p)
goto done;
}
-#if HAVE_FCHMOD
fchmod(ipc_fd, 0600);
-#endif
size_t path_len = strlen(arg->path);
if (path_len >= sizeof(ipc_un.sun_path) - 1) {