Don't send PING requests on connections which are not active yet.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 25 Sep 2013 19:24:05 +0000 (21:24 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 25 Sep 2013 19:24:05 +0000 (21:24 +0200)
commit6430f8165eb574d78fc4ab18054d32f36c2f241d
tree91db255967f95e6d668689905fa5fb89d4ff7a66
parent7df18f17d159a5f410ff2f1395198a3496a80fd4
Don't send PING requests on connections which are not active yet.

This happened when sending an ALRM signal to a running tincd, which caused it
to send PING requests on any connection, regardless of its status.
src/net.c