[svn-commits] mmichelson: branch group/v6-new r274358 - /team/group/v6-new/channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jul 6 17:37:15 CDT 2010
Author: mmichelson
Date: Tue Jul 6 17:37:12 2010
New Revision: 274358
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274358
Log:
My original conflict resolution had a small catch.
That catch was that the code did not compile. Fixed now.
Modified:
team/group/v6-new/channels/chan_sip.c
Modified: team/group/v6-new/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/channels/chan_sip.c?view=diff&rev=274358&r1=274357&r2=274358
==============================================================================
--- team/group/v6-new/channels/chan_sip.c (original)
+++ team/group/v6-new/channels/chan_sip.c Tue Jul 6 17:37:12 2010
@@ -19243,7 +19243,7 @@
}
}
} else
- ast_log(LOG_NOTICE, "Don't know how to handle a %d %s response from %s\n", resp, rest, p->owner ? p->owner->name : ast_inet_ntoa(p->sa.sin_addr));
+ ast_log(LOG_NOTICE, "Don't know how to handle a %d %s response from %s\n", resp, rest, p->owner ? p->owner->name : ast_sockaddr_stringify(p->sa));
}
} else {
/* Responses to OUTGOING SIP requests on INCOMING calls
More information about the svn-commits
mailing list