kopia lustrzana https://github.com/Hamlib/Hamlib
In rigctld.c avoid closing already closed fsockin
rodzic
6955a0ed4f
commit
7a73423200
|
@ -1167,6 +1167,7 @@ void *handle_socket(void *arg)
|
|||
{
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: fdopen out: %s\n", __func__, strerror(errno));
|
||||
fclose(fsockin);
|
||||
fsockin = NULL;
|
||||
|
||||
goto handle_exit;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue