Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
June 2005: [Freeciv-Dev] (PR#13343) pubserver 2.0 crash in handle_nation_select_req |
[Freeciv-Dev] (PR#13343) pubserver 2.0 crash in handle_nation_select_req[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13343 > if (!is_ascii_name(name) && find_conn_by_user(pplayer->username)->access_level != ALLOW_HACK) { I assume find_conn_by_user is returning NULL. This would happen I think if the player was an observer. I haven't checked any of this however. -jason
|