Author: mlytwyn
Date: Wed Jun 17 02:17:09 2015
New Revision: 38649

URL: http://svn.gna.org/viewcvs/gnustep?rev=38649&view=rev
Log:
Comment out possible duplicate didNotResolve: invocation

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m

Modified: libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m?rev=38649&r1=38648&r2=38649&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m      
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m      
Wed Jun 17 02:17:09 2015
@@ -1374,8 +1374,10 @@
     {
       [self cleanup];
       
+#if 0 // Duplicate invocation of netService:didNotResolve: causing crashes???
       [self netService: self
          didNotResolve: CreateError(self, errorCode)];
+#endif
       
       UNLOCK(service);
       


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to