]> granicus.if.org Git - apache/commitdiff
Update mod_cgid to work with attach_iol_socket again.
authorRyan Bloom <rbb@apache.org>
Wed, 5 Jul 2000 23:43:40 +0000 (23:43 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 5 Jul 2000 23:43:40 +0000 (23:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85772 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index e3cf754a0c000f55ca1e1de3a1745054beb811de..423f6a4148f2eb5a8dedd9c863feb935cb3d9365 100644 (file)
@@ -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);