<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39601 >
This fixes S2_1. Needed also for trunk, but is not enough there.
- ML
diff -Nurd -X.diff_ignore freeciv/server/srv_main.c freeciv/server/srv_main.c
--- freeciv/server/srv_main.c 2007-08-11 21:57:28.000000000 +0300
+++ freeciv/server/srv_main.c 2007-08-21 23:46:54.000000000 +0300
@@ -1326,7 +1326,9 @@
}
}
} nations_iterate_end;
- send_ruleset_nations(game.est_connections);
+ if (game.est_connections) {
+ send_ruleset_nations(game.est_connections);
+ }
}
/**************************************************************************
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev