fielding 97/02/10 03:18:20
Modified: src util_script.c
Log:
Remove a pcalloc that's not used in call_exec().
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding
Revision Changes Path
1.43 +0 -3 apache/src/util_script.c
Index: util_script.c
===================================================================
RCS file: /export/home/cvs/apache/src/util_script.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -C3 -r1.42 -r1.43
*** util_script.c 1997/02/07 01:27:07 1.42
--- util_script.c 1997/02/10 11:18:19 1.43
***************
*** 437,445 ****
struct passwd *pw;
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
--- 437,442 ----