Fix subnet-up/down scripts being called with an empty SUBNET.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 22 Jan 2010 20:47:26 +0000 (21:47 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 22 Jan 2010 20:47:26 +0000 (21:47 +0100)
commit5d194b9f8767390d9fb1170554a8b6928214957a
tree09ed5eab49f9c7de56d0c8252a9af2ba55d08ccd
parentb45511118421920771f5dcd5e4bafc04376e4450
Fix subnet-up/down scripts being called with an empty SUBNET.

Commit 052ff8b2c598358d1c5febaa9f9f5fc5d384cfd3 contained a bug that causes
scripts to be called with an empty, or possibly corrupted SUBNET variable when
a Subnet is added or removed while the owner is still online. In router mode,
this normally does not happen, but in switch mode this is normal.
src/subnet.c