From: Sander Striker Date: Thu, 7 Mar 2002 20:03:02 +0000 (+0000) Subject: Torch a stale commented out line. X-Git-Tag: CHANGES~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d21824d6d535972881865abf6b8d101b239ce25;p=thirdparty%2Fapache%2Fhttpd.git Torch a stale commented out line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93774 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index 45219c615a6..24924c39c66 100644 --- a/server/listen.c +++ b/server/listen.c @@ -317,7 +317,6 @@ static int ap_listen_open(process_rec *process, apr_port_t port) apr_socket_close(lr->sd); lr->active = 0; next = lr->next; - /*free(lr);*/ } old_listeners = NULL;