summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 22:18:10 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 22:18:10 +0000
commit0dd153779d22cbce13c03b56b848fac8203b42d7 (patch)
tree1753cf8b5477b318c7ed42f73e0e16bc2042d504 /audio/ipc.h
parente343f2b21a2209d5713e20ad38bbcc862897380b (diff)
Remove initial nul from the socket name define since the snprintf's take care of not touching the first byte of the socket name
Diffstat (limited to 'audio/ipc.h')
-rw-r--r--audio/ipc.h2
1 files changed, 1 insertions, 1 deletions
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