projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497ded7
)
Consistently return a value - from joerg@netbsd.org
author
Patrick Welche
<prlw1@cam.ac.uk>
Fri, 29 Jun 2012 17:07:23 +0000
(18:07 +0100)
committer
Patrick Welche
<prlw1@cam.ac.uk>
Fri, 29 Jun 2012 17:07:23 +0000
(18:07 +0100)
registryd/deviceeventcontroller.c
patch
|
blob
|
history
diff --git
a/registryd/deviceeventcontroller.c
b/registryd/deviceeventcontroller.c
index
62dc732
..
61ab91d
100644
(file)
--- a/
registryd/deviceeventcontroller.c
+++ b/
registryd/deviceeventcontroller.c
@@
-1225,11
+1225,11
@@
send_and_allow_reentry (DBusConnection *bus, DBusMessage *message, int timeout,
"org.freedesktop.DBus.Peer",
"Ping");
if (!message)
- return;
+ return
NULL
;
dbus_connection_send_with_reply (bus, message, &pending, -1);
dbus_message_unref (message);
if (!pending)
- return;
+ return
NULL
;
bus_name_dup = g_strdup (dest);
dbus_pending_call_set_notify (pending, reset_hung_process_from_ping,
bus_name_dup, NULL);