summaryrefslogtreecommitdiff
path: root/packages/dhcdbd/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-24 20:20:25 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-24 20:20:25 +0000
commit0d55561bcb5469a7c160c101e01d61dd28001dc0 (patch)
treeaabc677ca91a35fe9dac39e7c2d0601e4e6ffd9a /packages/dhcdbd/files
parentad4628305b3dbba5dd4f4b00af5d62083ac7507b (diff)
dhcdbd: add patch to make it work it the new dbus api
Diffstat (limited to 'packages/dhcdbd/files')
-rw-r--r--packages/dhcdbd/files/dbus-api-fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/dhcdbd/files/dbus-api-fix.patch b/packages/dhcdbd/files/dbus-api-fix.patch
new file mode 100644
index 0000000000..ce05fc7bf8
--- /dev/null
+++ b/packages/dhcdbd/files/dbus-api-fix.patch
@@ -0,0 +1,20 @@
+--- /tmp/dbus_service.c 2006-08-24 22:09:14.000000000 +0200
++++ dhcdbd-1.14/dbus_service.c 2006-08-24 22:09:44.228306000 +0200
+@@ -1412,7 +1412,7 @@
+ return ( cs );
+
+ give_up:
+- dbus_connection_disconnect( connection );
++ dbus_connection_close( connection );
+ dbus_shutdown();
+ return ( 0L );
+ }
+@@ -1456,7 +1456,7 @@
+ cs->roots=0L;
+
+
+- dbus_connection_disconnect( cs->connection );
++ dbus_connection_close( cs->connection );
+ dbus_shutdown();
+ free( cs );
+ }