mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
2006-10-17 Havoc Pennington <hp@redhat.com>
* tools/dbus-send.c (main): don't close shared connection, fix from Timo Hoenig
This commit is contained in:
parent
a947713c35
commit
89d97b4779
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-10-17 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* tools/dbus-send.c (main): don't close shared connection, fix
|
||||
from Timo Hoenig
|
||||
|
||||
2006-10-17 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ main (int argc, char *argv[])
|
|||
|
||||
dbus_message_unref (message);
|
||||
|
||||
dbus_connection_close (connection);
|
||||
dbus_connection_unref (connection);
|
||||
|
||||
exit (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue