blast: Fix segfault for immediate connection.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2008 08:10:53 +0000 (09:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Apr 2008 08:10:53 +0000 (09:10 +0100)
commite35ff2b844e30196d4eb7c0693e5eaf214dfcbbb
treec3b9481a94ae609a3855603eae3a24ed87dbbf7d
parenta9bd543ab4ebe415bca9d6f27b90f16ddac79bc0
blast: Fix segfault for immediate connection.

This manifests itself when run under noip, which uses Unix-domain sockets
instead.  The problem is to do with the timer, which isn't active at the
the that conn_init is called.
blast.c