ice: revert back to EINTR, fixes mingw32 build error

This commit is contained in:
Alfred E. Heggestad 2013-05-28 06:22:23 +00:00
parent 5af1657c55
commit cce8a47fdc

View file

@ -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);
}
}