Fix check for LOCALSTATEDIR accessibility for the CLI.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 May 2015 09:11:12 +0000 (11:11 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 May 2015 09:11:12 +0000 (11:11 +0200)
commit7f96ef081dc0dc41e3955e35c1a36a62fd47f72b
treebc55ff5ef03b000281ce6649d22a97cfb058a3cf
parent3ccdf50beb6b2d3f2730bdc66006b43190537cde
Fix check for LOCALSTATEDIR accessibility for the CLI.

The CLI does not need write access to the directory where the PID file
is stored, it just needs to be able to read the PID file.
src/invitation.c
src/names.c
src/names.h
src/tincctl.c
src/tincd.c