diff options
Diffstat (limited to 'tools/dbus-send.c')
| -rw-r--r-- | tools/dbus-send.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-send.c b/tools/dbus-send.c index 67abe066..06a87adb 100644 --- a/tools/dbus-send.c +++ b/tools/dbus-send.c @@ -44,7 +44,7 @@ main (int argc, char *argv[])    DBusMessageIter iter;    int i;    DBusBusType type = DBUS_BUS_SESSION; -  const char *dest = DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST; +  const char *dest = NULL;    const char *name = NULL;    const char *path = NULL;    int message_type = DBUS_MESSAGE_TYPE_SIGNAL;  | 
