projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb57c7
)
Fix error message.
author
Antoine Jacoutot
<ajacoutot@gnome.org>
Tue, 21 Jan 2014 18:00:14 +0000
(19:00 +0100)
committer
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Wed, 19 Feb 2014 16:52:29 +0000
(16:52 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73887
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-unix.c
patch
|
blob
|
history
diff --git
a/dbus/dbus-sysdeps-unix.c
b/dbus/dbus-sysdeps-unix.c
index 7f01564058fa675c8cd4569f9c05bfae4c61164d..51f40e1848fe88a7f67b6a0f8f1f77c176984136 100644
(file)
--- a/
dbus/dbus-sysdeps-unix.c
+++ b/
dbus/dbus-sysdeps-unix.c
@@
-1067,7
+1067,7
@@
_dbus_listen_unix_socket (const char *path,
if (path_len > _DBUS_MAX_SUN_PATH_LENGTH)
{
dbus_set_error (error, DBUS_ERROR_BAD_ADDRESS,
- "
Abstract s
ocket name too long\n");
+ "
S
ocket name too long\n");
_dbus_close (listen_fd, NULL);
return -1;
}