mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
cleanup copy/paste
This commit is contained in:
@@ -94,9 +94,6 @@ func (um *UDPMulticast) Run() error {
|
|||||||
|
|
||||||
if numBytes > 0 {
|
if numBytes > 0 {
|
||||||
message := buffer[:numBytes]
|
message := buffer[:numBytes]
|
||||||
if err != nil {
|
|
||||||
slog.Error("net.udp.multicast problem decoding psn traffic", "id", um.config.Id, "error", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
if um.router != nil {
|
if um.router != nil {
|
||||||
um.router.HandleInput(um.config.Id, message)
|
um.router.HandleInput(um.config.Id, message)
|
||||||
|
|||||||
Reference in New Issue
Block a user