aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/storewatcher_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-20 01:01:48 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-20 01:01:48 -0600
commit282a4564b71d041f4c65e4152da6cf7ca42c339a (patch)
treed186074fd90c25e5b7c1e906d40ea7365db526b5 /conf/storewatcher_windows.go
parentconfview: dns -> dns servers (diff)
downloadwireguard-windows-282a4564b71d041f4c65e4152da6cf7ca42c339a.tar.xz
wireguard-windows-282a4564b71d041f4c65e4152da6cf7ca42c339a.zip
conf: expose configuration root directory
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--conf/storewatcher_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/storewatcher_windows.go b/conf/storewatcher_windows.go
index ddfc8b92..5c5ffac7 100644
--- a/conf/storewatcher_windows.go
+++ b/conf/storewatcher_windows.go
@@ -32,7 +32,7 @@ func startWatchingConfigDir() {
}
haveStartedWatchingConfigDir = true
go func() {
- configFileDir, err := resolveConfigFileDir()
+ configFileDir, err := tunnelConfigurationsDirectory()
if err != nil {
return
}