From 3d6de93beb9b571bed153da214bd896dcc6c7586 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Sat, 18 Aug 2012 02:34:10 +0000 Subject: [PATCH] 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) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@371529 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/http.c b/main/http.c index 2df8e9c26b..55ade21d79 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)) { -- 2.47.2