dgaudet 97/08/19 18:24:41
Modified: src/modules/standard mod_mime_magic.c
Log:
remove unreachable code
Revision Changes Path
1.12 +1 -2 apachen/src/modules/standard/mod_mime_magic.c
Index: mod_mime_magic.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_mime_magic.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_mime_magic.c 1997/08/18 13:12:16 1.11
+++ mod_mime_magic.c 1997/08/20 01:24:40 1.12
@@ -1581,9 +1581,8 @@
/* At MIME-typing time we want to follow symlinks */
/* So just handle it. */
magic_process(r);
- return 1;
}
- return 1;
+ return 1;
#endif
#ifdef S_IFSOCK
#ifndef __COHERENT__