From: Pekka Riikonen Date: Wed, 24 Sep 2008 14:56:56 +0000 (+0300) Subject: Disconnect problem: Mark incoming connections immediately local X-Git-Tag: silc.server.1.1.13~1 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=8bb22be757768c18af7a5381b3b18d4983dfa9d4;hp=8bb22be757768c18af7a5381b3b18d4983dfa9d4 Disconnect problem: Mark incoming connections immediately local This fixes the problem of SKE remaining running in the background even though the conncection is closed because it was never aborted because the connection wasn't marked local. After SKE timeout a crash may occur. ---