summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-08-18 02:09:30 +0000
committerMatthew Jordan <mjordan@digium.com>2012-08-18 02:09:30 +0000
commitf7376986541549c0db9ffae71d598e2108aeb4f1 (patch)
treef5bd77d28d1d63517258a3c3d08bb14bbd1876c4 /main/http.c
parente61cd2f5fcf27b8d804a0e568b506c80a1c829b4 (diff)
Remove old debug code from http configuration loading
(closes issue ASTERISK-20254) Reported by: Andrew Latham Patches: http.diff uploaded by Andrew Latham (license #5985) ........ Merged revisions 371520 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/http.c b/main/http.c
index 2df8e9c26..55ade21d7 100644
--- a/main/http.c
+++ b/main/http.c
@@ -1056,8 +1056,6 @@ static int __ast_http_load(int reload)
} else if (!strcasecmp(v->name, "bindaddr")) {
if (!(num_addrs = ast_sockaddr_resolve(&addrs, v->value, 0, AST_AF_UNSPEC))) {
ast_log(LOG_WARNING, "Invalid bind address %s\n", v->value);
- } else {
- ast_log(LOG_WARNING, "Got %d addresses\n", num_addrs);
}
} else if (!strcasecmp(v->name, "prefix")) {
if (!ast_strlen_zero(v->value)) {