[nat] Fix compiler warning..

This commit is contained in:
Holger Hans Peter Freyther 2010-02-09 16:30:53 +01:00
parent aa6982445f
commit 7c11d1df1b
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ static void ipaccess_auth_bsc(struct tlv_parsed *tvp, struct bsc_connection *bsc
static int forward_sccp_to_msc(struct bsc_fd *bfd, struct msgb *msg)
{
struct bsc_connection *bsc;
struct bsc_connection *found_bsc;
struct bsc_connection *found_bsc = NULL;
struct bsc_nat_parsed *parsed;
int rc = -1;