This commit is contained in:
user
2021-04-01 22:14:19 +03:00
parent 9d745b49a0
commit a57db1c474

View File

@@ -10,8 +10,6 @@ import (
"os"
"path/filepath"
"strings"
"golang.zx2c4.com/wireguard/windows/conf/dpapi"
)
const configFileSuffix = ".conf.dpapi"
@@ -75,7 +73,7 @@ func LoadFromPath(path string) (*Config, error) {
// if err != nil {
// return nil, err
// }
}
// }
return FromWgQuickWithUnknownEncoding(string(bytes), name)
}