brian 98/06/15 20:40:13
Modified: src/modules/standard mod_autoindex.c
Log:
shut up gcc's warning.
Revision Changes Path
1.82 +1 -1 apache-1.3/src/modules/standard/mod_autoindex.c
Index: mod_autoindex.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_autoindex.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- mod_autoindex.c 1998/06/13 15:23:08 1.81
+++ mod_autoindex.c 1998/06/16 03:40:13 1.82
@@ -1009,7 +1009,7 @@
char *s2;
struct ent *c1;
struct ent *c2;
- int result;
+ int result = 0;
int compare_by_string = 1;
/*