nat: Remove the code that is wrongly placed..

i refers to the MSC side of endpoints and not the BSC..
This commit is contained in:
Holger Hans Peter Freyther 2010-08-29 22:44:10 +08:00
parent 8574dcf9da
commit 7d5bb26fdc
1 changed files with 0 additions and 9 deletions

View File

@ -133,15 +133,6 @@ static void bsc_mgcp_free_endpoint(struct bsc_nat *nat, int i)
nat->bsc_endpoints[i].transaction_id = NULL;
}
/* Free the endpoint status, so we can allocate it again */
if (nat->bsc_endpoints[i].bsc) {
struct bsc_connection *bsc = nat->bsc_endpoints[i].bsc;
if (bsc->endpoint_status[i] != 1)
LOGP(DNAT, LOGL_ERROR, "Endpoint %d should be allocated\n", i);
bsc->endpoint_status[i] = 0;
}
nat->bsc_endpoints[i].transaction_state = 0;
nat->bsc_endpoints[i].bsc = NULL;
}