[Freeciv-Dev] (PR#14173) Team crash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14173 >
Looks like the server doesn't send all info when a user connects.
-jason
Index: server/connecthand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/connecthand.c,v
retrieving revision 1.56
diff -p -u -r1.56 connecthand.c
--- server/connecthand.c 26 Sep 2005 18:59:12 -0000 1.56
+++ server/connecthand.c 5 Oct 2005 21:08:31 -0000
@@ -194,7 +194,7 @@ static void establish_new_connection(str
send_conn_info(dest, game.est_connections);
send_conn_info(game.est_connections, dest);
- send_player_info_c(NULL, dest);
+ send_all_info(dest);
reset_all_start_commands();
(void) send_server_info_to_metaserver(META_INFO);
}
|
|