From d1d45b3b8918e27d1292ded0815a6514f455913a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Jul 2010 14:47:15 +0800 Subject: nat: Remove the first_contact variable. --- openbsc/src/nat/bsc_nat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/src/nat/bsc_nat.c') diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index ef3f9a965..6d3110ec9 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -497,7 +497,6 @@ static void msc_connection_was_lost(struct bsc_msc_connection *con) llist_for_each_entry_safe(bsc, tmp, &nat->bsc_connections, list_entry) bsc_close_connection(bsc); - nat->first_contact = 0; bsc_mgcp_free_endpoints(nat); bsc_msc_schedule_connect(con); } -- cgit v1.2.3