1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

Add dhcp3 and dhcdbd for Network Manager

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1175 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-01-19 20:55:09 +00:00
parent 6564355fb7
commit 776490a40d
15 changed files with 541 additions and 0 deletions
@@ -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 );
}