Author: mlytwyn
Date: Fri Feb  5 22:43:32 2016
New Revision: 39340

URL: http://svn.gna.org/viewcvs/gnustep?rev=39340&view=rev
Log:
Revert shutting down connection invocation to _shutdown on invalidate

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

Modified: libs/base/branches/gnustep_testplant_branch/Source/NSConnection.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSConnection.m?rev=39340&r1=39339&r2=39340&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSConnection.m   
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSConnection.m   Fri Feb 
 5 22:43:32 2016
@@ -1267,7 +1267,7 @@
        * Not invalidated as a result of a shutdown from the other end,
        * so tell the other end it must shut down.
        */
-      [self _shutdown];
+      //[self _shutdown];
     }
   IisValid = NO;
   GS_M_LOCK(connection_table_gate);


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

Reply via email to