[asterisk-commits] mjordan: branch 10 r371529 - /branches/10/main/http.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 17 21:34:13 CDT 2012
Author: mjordan
Date: Fri Aug 17 21:34:10 2012
New Revision: 371529
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371529
Log:
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)
Modified:
branches/10/main/http.c
Modified: branches/10/main/http.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/http.c?view=diff&rev=371529&r1=371528&r2=371529
==============================================================================
--- branches/10/main/http.c (original)
+++ branches/10/main/http.c Fri Aug 17 21:34:10 2012
@@ -1056,8 +1056,6 @@
} 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)) {
More information about the asterisk-commits
mailing list