From: Tilghman Lesher Date: Tue, 15 Mar 2011 01:48:25 +0000 (+0000) Subject: Fix branch compile. X-Git-Tag: 1.8.5-rc1~11^2~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb0df120243d59018146e5b45cf6e31b8f70beb;p=thirdparty%2Fasterisk.git Fix branch compile. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@310834 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 7909db476e..6edd7da853 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -4132,7 +4132,7 @@ void setup_udptl_connection(ooCallData *call, const char *remoteIp, 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) {