aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index c430217470f..7de36651143 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1423,7 +1423,7 @@ set_local_socket (char const *server_name)
1423 1423
1424 if (sock_status == 0) 1424 if (sock_status == 0)
1425 { 1425 {
1426 HSOCKET s = cloexec_socket (AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); 1426 HSOCKET s = cloexec_socket (AF_UNIX, SOCK_STREAM, 0);
1427 if (s < 0) 1427 if (s < 0)
1428 { 1428 {
1429 message (true, "%s: socket: %s\n", progname, strerror (errno)); 1429 message (true, "%s: socket: %s\n", progname, strerror (errno));