mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 22:57:37 +03:00
avoid LoadConfig twice
This commit is contained in:
parent
65de188423
commit
8f2c438c70
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ func main() {
|
|||
dlog.Fatal(err)
|
||||
}
|
||||
} else {
|
||||
if err := ConfigLoad(app.proxy, &flags); err != nil {
|
||||
dlog.Fatal(err)
|
||||
}
|
||||
app.signalWatch()
|
||||
app.Start(nil)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue