]> git.pld-linux.org Git - packages/dhcdbd.git/blobdiff - dhcdbd-dbus.patch
- outdated
[packages/dhcdbd.git] / dhcdbd-dbus.patch
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.065148 seconds and 4 git commands to generate.