mumble-voip / grumble

Alternative Mumble server
http://mumble.info/grumble
Other
280 stars 87 forks source link

Only send configuration updates if the channel exists #53

Closed olabiniV2 closed 4 years ago

olabiniV2 commented 4 years ago

If you try to set the super password before the Server has been started, the program will crash because it's trying to send the update to a nil channel. This PR simply checks that the channel exists before sending on it.

davidebeatrici commented 4 years ago

Thank you very much for your contribution!