]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make sure to use ap_null_cleanup instead of NULL when setting an empty
authorManoj Kasichainula <manoj@apache.org>
Tue, 12 Oct 1999 06:14:46 +0000 (06:14 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 12 Oct 1999 06:14:46 +0000 (06:14 +0000)
child_cleanup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83976 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index ed41a6288d1be70c446503ff64efad447f360cfa..cd7c8045faeb714987ac659b6425c7b3b523fe76 100644 (file)
@@ -445,7 +445,7 @@ static int setup_inherited_listeners(server_rec *s)
                 listenmaxfd = nsd;
             }
         }
-//        ap_register_cleanup(p, (void *)lr->sd, socket_cleanup, NULL);
+//        ap_register_cleanup(p, (void *)lr->sd, socket_cleanup, ap_null_cleanup);
         ap_put_os_sock(&lr->sd, &nsd, pconf);
         lr->count = 0;
     }