aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 22:14:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 22:14:33 +0000
commit87686ce87549113edc29ea5f32d96b7a90be509d (patch)
treee9add4fc02f476def2f55761228016937b1df512 /main/http.c
parent5d7578f0041b89aa14eb6369c78d12bcc70df6d8 (diff)
Merged revisions 49006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49006 | kpfleming | 2006-12-27 16:06:56 -0600 (Wed, 27 Dec 2006) | 2 lines since these variables all have static duration, none of them need initializers (they default to zero anyway) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49008 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/http.c b/main/http.c
index 14293c5d0..c350368d7 100644
--- a/main/http.c
+++ b/main/http.c
@@ -111,7 +111,7 @@ static AST_LIST_HEAD_STATIC(uris, ast_http_uri); /*!< list of supported handlers
/* all valid URIs must be prepended by the string in prefix. */
static char prefix[MAX_PREFIX];
-static int enablestatic=0;
+static int enablestatic;
/*! \brief Limit the kinds of files we're willing to serve up */
static struct {