]> git.pld-linux.org Git - packages/dhcdbd.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jan 2007 15:12:45 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcdbd-dbus.patch -> 1.2

dhcdbd-dbus.patch [deleted file]

diff --git a/dhcdbd-dbus.patch b/dhcdbd-dbus.patch
deleted file mode 100644 (file)
index 0ecd538..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- dhcdbd-1.14/dbus_service.c~        2006-01-17 22:23:51.000000000 +0100
-+++ dhcdbd-1.14/dbus_service.c 2006-08-23 21:22:43.561904000 +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 );
- }
This page took 0.079898 seconds and 4 git commands to generate.