silcd: handle SIGNOFF notify for local clients correctly
authorPekka Riikonen <priikone@silcnet.org>
Fri, 27 Feb 2009 14:16:11 +0000 (16:16 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 27 Feb 2009 14:16:11 +0000 (16:16 +0200)
In some rare cases router can send SIGNOFF notify to server for a client
that is locally connected to the server.  The server didn't close the
client's connection but freed the entry.  This later caused various
different crashes when accessing the freed the client.


No differences found