]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
close FSCORE-227
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 19 Nov 2008 17:06:58 +0000 (17:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 19 Nov 2008 17:06:58 +0000 (17:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10458 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_apr.c

index bf994aa7064b492b21655e2915cc4a633ccc47bd..b21018cd2c08ee21e2705e8f3862bd53b88efaea 100644 (file)
@@ -799,7 +799,7 @@ SWITCH_DECLARE(switch_status_t) switch_socket_create_pollfd(switch_pollfd_t **po
                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;
        }