(presence is odd, since this variable as an API was supposedly removed
long ago, and a similarly named static variable was removed in r1078286)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1200129 13f79535-47bb-0310-9956-
ffa450edef68
free(ti);
- rv = apr_pollset_create(&pollset, num_listensocks, tpool, 0);
+ rv = apr_pollset_create_ex(&pollset, num_listensocks, tpool, 0, APR_POLLSET_POLL);
if (rv != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_EMERG, rv, ap_server_conf,
"Couldn't create pollset in thread;"