Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv3023/channels

Modified Files:
        chan_iax2.c 
Log Message:
correct IAX loading/binding message (bug #3953)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- chan_iax2.c 4 Apr 2005 23:32:11 -0000       1.267
+++ chan_iax2.c 4 Apr 2005 23:41:34 -0000       1.268
@@ -8958,7 +8958,6 @@
        char *config = "iax.conf";
        int res = 0;
        int x;
-       char iabuf[INET_ADDRSTRLEN];
        struct iax2_registry *reg;
        struct iax2_peer *peer;
        
@@ -9053,8 +9052,7 @@
        res = start_network_thread();
        if (!res) {
                if (option_verbose > 1) 
-                       ast_verbose(VERBOSE_PREFIX_2 "IAX Ready and Listening 
on %s port %d\n",
-                                   ast_inet_ntoa(iabuf, sizeof(iabuf), 
sin.sin_addr), ntohs(sin.sin_port));
+                       ast_verbose(VERBOSE_PREFIX_2 "IAX Ready and 
Listening\n");
        } else {
                ast_log(LOG_ERROR, "Unable to start network thread\n");
                ast_netsock_release(&netsock);

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to