Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] Re: (PR#11733) Vote Bug
Home

[Freeciv-Dev] Re: (PR#11733) Vote Bug

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: michael@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#11733) Vote Bug
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Mon, 3 Jan 2005 09:24:25 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11733 >

On Sun, 2 Jan 2005, Mike Kaufman wrote:
> I assume that this code is protected from caller == NULL?

Yes:

  if (caller == NULL || caller->player == NULL) {
    cmd_reply(CMD_VOTE, caller, C_FAIL, _("This command is client only."));
    return FALSE;

 - Per





[Prev in Thread] Current Thread [Next in Thread]