Received: by taz.hyperreal.com (8.8.4/V2.0) id UAA23133; Sat, 8 Feb 1997 20:17:55 -0800 (PST) Received: from twinlark.arctic.org by taz.hyperreal.com (8.8.4/V2.0) with SMTP id UAA23129; Sat, 8 Feb 1997 20:17:53 -0800 (PST) Received: (qmail 13018 invoked by uid 500); 9 Feb 1997 04:17:51 -0000 Date: Sat, 8 Feb 1997 20:17:51 -0800 (PST) From: Dean Gaudet To: new-httpd@apache.org Subject: [PATCH] unneeded pcalloc in call_exec() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com There's a pcalloc that's not used in call_exec(). Dean Index: util_script.c =================================================================== RCS file: /export/home/cvs/apache/src/util_script.c,v retrieving revision 1.42 diff -c -3 -r1.42 util_script.c *** util_script.c 1997/02/07 01:27:07 1.42 --- util_script.c 1997/02/09 04:16:00 *************** *** 438,446 **** struct group *gr; - conf = (core_dir_config *)pcalloc(r->pool, sizeof(core_dir_config)); - conf = (core_dir_config *)get_module_config(r->per_dir_config, &core_module); #ifdef RLIMIT_CPU if (conf->limit_cpu != NULL)