Fix file transfer crash
authorPekka Riikonen <priikone@silcnet.org>
Mon, 28 Apr 2014 12:05:58 +0000 (15:05 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 28 Apr 2014 12:05:58 +0000 (15:05 +0300)
When silc-client accepts new file transfer and receives public key to
verify it will crash because the client connection has no Irssi server
associated to it.  Handle this gracefully.

Call the sucessful public key verify completion after the key has been
saved because the completion callback may free the public key.


No differences found