aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-31 16:41:22 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-31 16:41:22 +0200
commit14d1177735bb751aa9e2796c58c1d746a5b0de9c (patch)
tree54d6828ee09a8b5e6aeb56c23d1c56fae3a6cf23 /openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
parentaa93bac34b7d99319bd8341bd030ce148c585553 (diff)
parent52f705eaab1b5e3212f04975218d75b6ac6b47a3 (diff)
Merge branch 'zecke/features/big-rewrite'
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat_utils.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
index 45c224ce8..bc8c4c1f3 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
@@ -96,6 +96,7 @@ struct bsc_nat *bsc_nat_alloc(void)
INIT_LLIST_HEAD(&nat->access_lists);
INIT_LLIST_HEAD(&nat->dests);
INIT_LLIST_HEAD(&nat->num_rewr);
+ INIT_LLIST_HEAD(&nat->num_rewr_post);
INIT_LLIST_HEAD(&nat->smsc_rewr);
INIT_LLIST_HEAD(&nat->tpdest_match);
INIT_LLIST_HEAD(&nat->sms_clear_tp_srr);