silcd: IDENTIFY command reply didn't save client correctly
authorPekka Riikonen <priikone@silcnet.org>
Tue, 3 Mar 2009 05:52:58 +0000 (07:52 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 3 Mar 2009 05:52:58 +0000 (07:52 +0200)
commit2e7268cde1710b4901e6db52c0868bd597b88dbc
treecc34f64810a1c0c1144ae7bf649491c24c3e83cd
parent226f97eb5ab714b58bfb2cba0cb50d025884bb13
silcd: IDENTIFY command reply didn't save client correctly

The IDENTIFY command reply added sometimes new client without
duplicating the nickname of the client thus causing odd crashes later
when trying to free the nickname.
apps/silcd/command_reply.c
apps/silcd/silcd.c