From cce8a47fdc3ef07f2a1071317cd330d6ef7eff7d Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 28 May 2013 06:22:23 +0000 Subject: [PATCH] ice: revert back to EINTR, fixes mingw32 build error --- src/ice/connchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ice/connchk.c b/src/ice/connchk.c index e3c3d87..ff998be 100644 --- a/src/ice/connchk.c +++ b/src/ice/connchk.c @@ -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); } }