Tue Jul 7 16:39:23 CDT 2009 Pekka Pessi <first.last@nokia.com>

* check_register.c: not setting receive_natted


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14171 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-07-09 16:06:08 +00:00
parent a8e700ae5f
commit 2cb29fd42b
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
Thu Jul 9 11:03:20 CDT 2009
Thu Jul 9 11:04:18 CDT 2009

View File

@ -384,8 +384,6 @@ START_TEST(register_1_2_2_2)
s2_nua_fast_forward(120, s2base->root); /* Default keepalive interval */
mark_point();
receive_natted = "received=4.255.255.10";
m = s2_sip_wait_for_request(SIP_METHOD_OPTIONS);
s2_sip_respond_to(m, NULL,
SIP_200_OK,
@ -433,8 +431,6 @@ START_TEST(register_1_2_2_3)
TAG_END());
s2->registration->nh = nh;
receive_natted = "received=4.255.255.10";
s2_nua_fast_forward(3600, s2base->root);
mark_point();