[med-svn] r7492 - trunk/packages/pixelmed/trunk/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Aug 19 15:41:34 UTC 2011
Author: malat-guest
Date: 2011-08-19 15:41:33 +0000 (Fri, 19 Aug 2011)
New Revision: 7492
Modified:
trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch
Log:
remove for now
Modified: trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch 2011-08-19 15:35:56 UTC (rev 7491)
+++ trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch 2011-08-19 15:41:33 UTC (rev 7492)
@@ -7,12 +7,12 @@
if (jmDNS != null) {
jmDNS.unregisterAllServices();
- jmDNS.close(); // needed, since otherwise application will not exit when main thread finished
-+ try {
++ //try {
+ jmDNS.close(); // needed, since otherwise application will not exit when main thread finished
-+ } catch ( IOException e ) {
-+ e.printStackTrace(System.err);
-+ jmDNS = null;
-+ }
++ //} catch ( IOException e ) {
++ // e.printStackTrace(System.err);
++ // jmDNS = null;
++ //}
}
}
More information about the debian-med-commit
mailing list