Allow rotctld to continue operationg aftr tcp or serial rig disappears

pull/23/head
Michael Black W9MDB 2018-05-09 07:31:42 -05:00
rodzic a91e85e9fa
commit cd1fdfe6ce
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1427,6 +1427,7 @@ int rotctl_parse(ROT *my_rot, FILE *fin, FILE *fout, char *argv[], int argc)
pthread_mutex_unlock(&rot_mutex);
#endif
if (retcode == RIG_EIO) return retcode;
if (retcode != RIG_OK)
{
/* only for rotctld */