aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-01 16:22:51 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-01 16:23:17 +0200
commit9e7e55f16476c618869ed54590b77724aa1a9817 (patch)
treeea1224971fbd3117fb040245b5e79cd9a15fe188 /openbsc
parent6a7babd6582de1592862299bf86da57fde4cf8ed (diff)
nat: Fix the return to return CMD_SUCCESS;
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
index 9a85cac3b..40409f879 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
@@ -429,7 +429,7 @@ DEFUN(cfg_nat_no_acc_lst_name,
_nat->acc_lst_name = NULL;
}
- return NULL;
+ return CMD_SUCCESS;
}
DEFUN(cfg_nat_number_rewrite,