Author: cazfi
Date: Sat Oct 17 00:36:40 2015
New Revision: 30109

URL: http://svn.gna.org/viewcvs/freeciv?rev=30109&view=rev
Log:
Added missing 'break' after the last 'case' in handling of the 
'persistentready' server option.
This has no functional effect at the moment as the code was any way flowing 
directly
out from the 'switch'.

See bug #23930

Modified:
    trunk/server/plrhand.c

Modified: trunk/server/plrhand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/plrhand.c?rev=30109&r1=30108&r2=30109&view=diff
==============================================================================
--- trunk/server/plrhand.c      (original)
+++ trunk/server/plrhand.c      Sat Oct 17 00:36:40 2015
@@ -2361,6 +2361,7 @@
             break;
           case PERSISTENTR_CONNECTED:
             persistent = pplayer->is_connected;
+            break;
           }
       }
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to