Fixed automatic reconnection to router and malloc failure handlings
authorPekka Riikonen <priikone@silcnet.org>
Mon, 9 Jun 2008 05:11:20 +0000 (08:11 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 9 Jun 2008 05:11:20 +0000 (08:11 +0300)
commit80d86bcecbd9cc7a1b70423db4879acb4da134b9
tree476ba8de7bf30eed3d3c04e93c0e4a7d9d626df5
parent0418adb0e61aadac2a9de6540080fcf6fc93800b
Fixed automatic reconnection to router and malloc failure handlings

If remote router disconnects while still being in Unkonwn state reconnect
to the router after disconnecting.  This should prevent the bugs where
server doesn't reconnect to router after being disconnected at the early
connection state.

Fixed various memory allocation failure handlings.
apps/silcd/server.c