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;
++      //}
                }
        }
        


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to