silcd: Fixed IDENTIFY command reply handling for channels
authorPekka Riikonen <priikone@silcnet.org>
Mon, 8 Jun 2009 05:58:35 +0000 (08:58 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 8 Jun 2009 05:58:35 +0000 (08:58 +0300)
commitcb95ad2d35f1796567fbebc9e848c10d4bd2e7b9
tree8a395f38d10a48c71f0a7688da4dcef0f5c10c31
parent59f343801620f8b02933d419efb111d5928b11b8
silcd: Fixed IDENTIFY command reply handling for channels

The IDENTIFY comamnd reply for channels were broken because the channel ID
parsing always failed.  This would cause issues like USERS command not
returning the users for a channel, making the channel appear empty, in some
specific cases.

Fixed also the USERS command reply to not query the channel information
from router more than once.
apps/silcd/command_reply.c
apps/silcd/command_reply.h