Commit 4b5e39bf authored by Jeff Trawick's avatar Jeff Trawick
Browse files

clean up unused ap_my_generation variable

  (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
parent 8ec456a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy)

    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;"