brian 96/10/08 15:34:31
Modified: src mod_dir.c
Log:
Fixed -Wall warning.
Revision Changes Path
1.13 +2 -2 apache/src/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_dir.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** mod_dir.c 1996/10/08 07:29:52 1.12
--- mod_dir.c 1996/10/08 22:34:29 1.13
***************
*** 50,56 ****
*
*/
! /* $Id: mod_dir.c,v 1.12 1996/10/08 07:29:52 brian Exp $ */
/*
* http_dir.c: Handles the on-the-fly html index generation
--- 50,56 ----
*
*/
! /* $Id: mod_dir.c,v 1.13 1996/10/08 22:34:29 brian Exp $ */
/*
* http_dir.c: Handles the on-the-fly html index generation
***************
*** 691,697 ****
struct DIR_TYPE *dstruct;
int num_ent=0,x;
struct ent *head,*p;
! struct ent **ar;
char *tmp;
int dir_opts = find_opts(dir_conf, r);
--- 691,697 ----
struct DIR_TYPE *dstruct;
int num_ent=0,x;
struct ent *head,*p;
! struct ent **ar = NULL;
char *tmp;
int dir_opts = find_opts(dir_conf, r);