[Freeciv-Dev] (PR#9657) Small bug in conndlg
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9657 >
> [chrisk - Tue Aug 10 08:07:55 2004]:
>
>
> CVS 10 AUG 2004 GTK2
>
> I have a civserver running on 5555 and do this:
>
> start new game (another civserver is started)
> go back (second civserver is stopped)
> connect to network game
>
> At this point, port is set to 5556 not 5555
>
> The reason is probably, that the second civserver was started on 5556 and
> the conndlg still (erreanously) reflects this.
>
> Christian
>
This is because server_port variable is used in two ways:
- by connectdlg to start internal server
- to remember last port we were connected to
and this is a bug.
--
mateusz
|
|