mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-08 02:10:28 +01:00
2004-10-29 Colin Walters <walters@redhat.com>
* tools/dbus-monitor.c (filter_func): Return DBUS_HANDLER_RESULT_HANDLED in filter function for now. See: http://freedesktop.org/pipermail/dbus/2004-August/001433.html
This commit is contained in:
parent
e11c966b55
commit
0880b83d86
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2004-10-29 Colin Walters <walters@redhat.com>
|
||||
|
||||
* tools/dbus-monitor.c (filter_func): Return
|
||||
DBUS_HANDLER_RESULT_HANDLED in filter function
|
||||
for now. See:
|
||||
http://freedesktop.org/pipermail/dbus/2004-August/001433.html
|
||||
|
||||
2004-10-29 Colin Walters <walters@redhat.com>
|
||||
|
||||
Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ filter_func (DBusConnection *connection,
|
|||
"Disconnected"))
|
||||
exit (0);
|
||||
|
||||
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
|
||||
return DBUS_HANDLER_RESULT_HANDLED;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue