Treat netname="." in a special way.
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 24 Oct 2010 11:23:10 +0000 (15:23 +0400)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 24 Oct 2010 11:32:36 +0000 (13:32 +0200)
Treat netname "." in a special way as if there was no netname
specified.  Before, f.e. tincd -n. -k didn't work as it tried
to open /var/run/tinc-.pid.  Now -n. works as if there was no
-n option is specified.

Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>

No differences found