Fix crash is sptps_logger().
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 10 Jun 2015 21:42:17 +0000 (23:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 10 Jun 2015 21:42:17 +0000 (23:42 +0200)
commit45a46f068cf8fbe6cc8c59673de2d8580d18f87f
treef806ff9141b8aa0dd88480aa82b770b15c59ecaa
parentbfe231b977284ba78a582db96a05b5854ddf0d91
Fix crash is sptps_logger().

Unfortunately, sptps_logger() cannot know if s->handle is pointing to a
connection_t or a node_t. But it needs to print name and hostname in
both cases. So make sure both types have name and hostname fields at the
start with the same offset.
src/connection.h
src/logger.c
src/node.h