[svn-commits] mjordan: trunk r371521 - in /trunk: ./ main/http.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 17 21:09:34 CDT 2012


Author: mjordan
Date: Fri Aug 17 21:09:30 2012
New Revision: 371521

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371521
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)
........

Merged revisions 371520 from http://svn.asterisk.org/svn/asterisk/branches/11

Modified:
    trunk/   (props changed)
    trunk/main/http.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-11-merged (original)
+++ branch-11-merged Fri Aug 17 21:09:30 2012
@@ -1,1 +1,1 @@
-/branches/11:1-371121,371143,371146,371200,371227,371258,371272,371295,371324,371355,371382,371395,371399,371425-371426,371438,371482,371492,371507,371516,371518
+/branches/11:1-371121,371143,371146,371200,371227,371258,371272,371295,371324,371355,371382,371395,371399,371425-371426,371438,371482,371492,371507,371516,371518,371520

Modified: trunk/main/http.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/http.c?view=diff&rev=371521&r1=371520&r2=371521
==============================================================================
--- trunk/main/http.c (original)
+++ trunk/main/http.c Fri Aug 17 21:09:30 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 svn-commits mailing list