typo correction

pull/230/head
Jae-Sung Lee 2 years ago
parent 1f3e5169e2
commit 0d7576dd37

@ -225,7 +225,7 @@ func (sm *ServerManager) RunLoop() error {
}
if sm.rtmpsServer != nil {
if err := sm.rtmpServer.ListenWithTLS(sm.config.RtmpsConfig.CertFile, sm.config.RtmpsConfig.KeyFile); err != nil {
if err := sm.rtmpsServer.ListenWithTLS(sm.config.RtmpsConfig.CertFile, sm.config.RtmpsConfig.KeyFile); err != nil {
return err
}
go func() {

Loading…
Cancel
Save