[Freeswitch-svn] [commit] r10458 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Wed Nov 19 09:06:59 PST 2008
Author: anthm
Date: Wed Nov 19 12:06:58 2008
New Revision: 10458
Log:
close FSCORE-227
Modified:
freeswitch/trunk/src/switch_apr.c
Modified: freeswitch/trunk/src/switch_apr.c
==============================================================================
--- freeswitch/trunk/src/switch_apr.c (original)
+++ freeswitch/trunk/src/switch_apr.c Wed Nov 19 12:06:58 2008
@@ -799,7 +799,7 @@
return SWITCH_STATUS_MEMERR;
}
- if (switch_pollset_create(&pollset, 1, pool, flags) != SWITCH_STATUS_SUCCESS) {
+ if (switch_pollset_create(&pollset, 1, pool, 0) != SWITCH_STATUS_SUCCESS) {
return SWITCH_STATUS_GENERR;
}
More information about the Freeswitch-svn
mailing list