Fix starting tinc as a service on Windows.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 23 Apr 2016 19:32:42 +0000 (21:32 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 23 Apr 2016 19:32:42 +0000 (21:32 +0200)
Don't assume tincd.exe is in the working directory, especially now that
chdir() is called very early. We use GetModuleFileName() instead.


No differences found