From 0dd153779d22cbce13c03b56b848fac8203b42d7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 26 May 2007 22:18:10 +0000 Subject: Remove initial nul from the socket name define since the snprintf's take care of not touching the first byte of the socket name --- audio/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ipc.h b/audio/ipc.h index 038ec4d9..119aa7b3 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -25,7 +25,7 @@ #define IPC_TYPE_CONNECT 0x0001 -#define IPC_SOCKET_NAME "\0/org/bluez/audio" +#define IPC_SOCKET_NAME "/org/bluez/audio" #ifndef UNIX_PATH_MAX #define UNIX_PATH_MAX 108 -- cgit