kopia lustrzana https://github.com/Hamlib/Hamlib
Abort multicast routine when UDP errors occur
Some setups don't work correctly and this is not critical nowpull/1592/head
rodzic
d9d07e513c
commit
3b1283496c
|
@ -1093,6 +1093,7 @@ void *multicast_publisher(void *arg)
|
|||
"%s: error sending UDP packet: %s\n", __func__,
|
||||
strerror(errno));
|
||||
flag = 1;
|
||||
break; // we'll just quit this routine for now -- debug in the future
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue