Wed Jul 8 11:13:42 CDT 2009 Pekka Pessi <first.last@nokia.com>

* nta.c: removed unused variable in nta_tport_keepalive()


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14194 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-07-10 00:54:36 +00:00
parent 780bce83a4
commit 897bc5abea
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
Thu Jul 9 19:52:17 CDT 2009
Thu Jul 9 19:52:59 CDT 2009

View File

@ -11743,8 +11743,6 @@ int nta_agent_tport_is_updating(nta_agent_t *agent)
/** Initiate STUN keepalive controller to TPORT */
int nta_tport_keepalive(nta_outgoing_t *orq)
{
tport_t *tp;
assert(orq);
#if HAVE_SOFIA_STUN