summaryrefslogtreecommitdiff
path: root/sysutils/hal/files/patch-tools_hal-device.c
blob: 3cda9aa14aa70cbb532ba0fb9e612e1728b52de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/hal-device.c.orig	Sat Oct  7 18:15:26 2006
+++ tools/hal-device.c	Sat Oct  7 18:15:34 2006
@@ -155,7 +155,7 @@ int main(int argc, char **argv)
 
 	libhal_ctx_shutdown(hal_ctx, &error);
 	libhal_ctx_free(hal_ctx);
-	dbus_connection_disconnect(conn);
+	dbus_connection_close(conn);
 	dbus_connection_unref(conn);
 	dbus_error_free(&error);