Diff between 11f43a475f2004e98eb5e34f69fcfc51fc2671eb and 420e13b648c51f0cf3c26c8892e05df698bc6e81

Changed Files

File Additions Deletions Status
src/sdpd-server.c +1 -1 modified

Full Patch

diff --git a/src/sdpd-server.c b/src/sdpd-server.c
index 1d9509e..30c7ae6 100644
--- a/src/sdpd-server.c
+++ b/src/sdpd-server.c
@@ -147,7 +147,7 @@ static int init_server(uint16_t mtu, int master, int compat)
 		return -1;
 	}
 
-	chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
+	chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
 
 	return 0;
 }