mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Build with go tip.
This commit is contained in:
parent
739cd1ca9b
commit
71b9483e00
2 changed files with 5 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ import (
|
|||
func SignalHandler() {
|
||||
for {
|
||||
sig := <-signal.Incoming
|
||||
if sig != signal.SIGINT && sig != signal.SIGTERM {
|
||||
if sig != os.SIGINT && sig != os.SIGTERM {
|
||||
continue
|
||||
}
|
||||
for sid, s := range servers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue