[asterisk-commits] mjordan: branch 11 r371520 -	/branches/11/main/http.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Aug 17 21:08:51 CDT 2012
    
    
  
Author: mjordan
Date: Fri Aug 17 21:08:48 2012
New Revision: 371520
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371520
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/11/main/http.c
Modified: branches/11/main/http.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/http.c?view=diff&rev=371520&r1=371519&r2=371520
==============================================================================
--- branches/11/main/http.c (original)
+++ branches/11/main/http.c Fri Aug 17 21:08:48 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