From: Ryan Bloom Date: Wed, 5 Jul 2000 23:43:40 +0000 (+0000) Subject: Update mod_cgid to work with attach_iol_socket again. X-Git-Tag: APACHE_2_0_ALPHA_5~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51d0326577ebd1c2c81201775f945e1c23fa2c7f;p=apache Update mod_cgid to work with attach_iol_socket again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85772 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index e3cf754a0c..423f6a4148 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -898,7 +898,7 @@ static int cgid_handler(request_rec *r) ap_put_os_sock(&tempsock, &sd, pcgi); - iol = ap_iol_attach_socket(tempsock); + iol = ap_iol_attach_socket(pcgi, tempsock); ap_bpush_iol(script, iol);