Author: soliton
Date: Thu Nov  1 15:26:01 2007
New Revision: 21384

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21384&view=rev
Log:
* apparently we can't just go on after "Could not send initial handshake"

Modified:
    branches/1.2/src/server/server.cpp

Modified: branches/1.2/src/server/server.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.2/src/server/server.cpp?rev=21384&r1=21383&r2=21384&view=diff
==============================================================================
--- branches/1.2/src/server/server.cpp (original)
+++ branches/1.2/src/server/server.cpp Thu Nov  1 15:26:01 2007
@@ -350,8 +350,6 @@
                        if(!e.socket) {
                                // "Could not send initial handshake" really 
fatal?
                                ERR_SERVER << "fatal network error: " << 
e.message << "\n";
-                               if (e.message == "Could not send initial 
handshake")
-                                       continue;
                                throw e;
                                break;
                        } else {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to