Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2003:
[Freeciv-Dev] (PR#7070) Small Delta bug
Home

[Freeciv-Dev] (PR#7070) Small Delta bug

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7070) Small Delta bug
From: "Michael Kirzinger" <mjk3@xxxxxxxxxxxxxxx>
Date: Mon, 8 Dec 2003 20:30:13 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7070 >

In /freeciv/source/client/packhand.c, handle_server_join_reply, when
joining a server, the value of conn_id is incorrect. From what I have
observed, it always is equal to 255 instead of the id for the specific
connection.

A result of this bug is that in handle_conn_info, aconnection.establish,
aconnection.observer, aconnection.access_level, etc. is not set when
connecting to a server. These are all skipped because pinfo->id is never
equal to aconnection.id as it is incorrectly set in
handle_server_join_reply.

This happens always (for me) in the current CVS. This bug was introduced
by the delta patch.

-Michael


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7070) Small Delta bug, Michael Kirzinger <=