mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 14:47:35 +03:00
Potential fix for #998
I haven't tested this change, but it should be as simple as that.
This commit is contained in:
parent
778b2cccc1
commit
37c939480d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func main() {
|
|||
}
|
||||
} else {
|
||||
app.signalWatch()
|
||||
app.appMain()
|
||||
app.Start(nil)
|
||||
}
|
||||
app.wg.Wait()
|
||||
dlog.Notice("Stopped.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue