ice: revert back to EINTR, fixes mingw32 build error
This commit is contained in:
parent
5af1657c55
commit
cce8a47fdc
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ void icem_conncheck_stop(struct icem *icem, int err)
|
|||
|
||||
if (!icem_candpair_iscompleted(cp)) {
|
||||
icem_candpair_cancel(cp);
|
||||
icem_candpair_failed(cp, ECANCELED, 0);
|
||||
icem_candpair_failed(cp, EINTR, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue