Fix exit code of "tinc get".
authorSven-Haegar Koch <haegar@sdinet.de>
Thu, 7 Aug 2014 21:01:05 +0000 (23:01 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Aug 2014 21:01:48 +0000 (23:01 +0200)
commit9fe5ab7ccb60537810b60b76a415507ef2cadfdd
treee0131963c649e977b75a1c8bdf5ca81dde1d928a
parent5ae1ec8d80393182b6ff235062b6816b64edfa9b
Fix exit code of "tinc get".

Successfully getting an existing variable ("tinc get name") should
not result in an error exitcode (1) from the tinc command.

This changes the result of test/commandline.test from FAIL to PASS.
src/tincctl.c