[svn-commits] tilghman: branch 1.8 r310834 - /branches/1.8/addons/chan_ooh323.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 14 20:48:28 CDT 2011


Author: tilghman
Date: Mon Mar 14 20:48:25 2011
New Revision: 310834

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=310834
Log:
Fix branch compile.

Modified:
    branches/1.8/addons/chan_ooh323.c

Modified: branches/1.8/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/addons/chan_ooh323.c?view=diff&rev=310834&r1=310833&r2=310834
==============================================================================
--- branches/1.8/addons/chan_ooh323.c (original)
+++ branches/1.8/addons/chan_ooh323.c Mon Mar 14 20:48:25 2011
@@ -4132,7 +4132,7 @@
 	them.sin_port = htons(remotePort);
 	ast_sockaddr_from_sin(&them_addr, &them);
 	ast_udptl_set_peer(p->udptl, &them_addr);
-	ast_udptl_set_tag(p->udptl, p->owner->name);
+	ast_udptl_set_tag(p->udptl, "%s", p->owner->name);
 	p->t38_tx_enable = 1;
 	p->lastTxT38 = time(NULL);
 	if (p->t38support == T38_ENABLED) {




More information about the svn-commits mailing list