]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a typo (duplicate return statement)
authorJeff Trawick <trawick@apache.org>
Mon, 23 Jul 2001 11:50:11 +0000 (11:50 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 23 Jul 2001 11:50:11 +0000 (11:50 +0000)
Submitted by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89652 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 319f4f7d5fd71315482b7019429f84b9fad458dc..22bf605e6dd6415e19ca52a42dfb84911e95665e 100644 (file)
@@ -2660,7 +2660,6 @@ static void *create_includes_dir_config(apr_pool_t *p, char *dummy)
     result->default_time_fmt = DEFAULT_TIME_FORMAT;
     result->xbithack = xbh;
     return result;
-    return result;
 }
 
 static const char *set_xbithack(cmd_parms *cmd, void *xbp, const char *arg)