From 9e7e55f16476c618869ed54590b77724aa1a9817 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 1 Apr 2011 16:22:51 +0200 Subject: nat: Fix the return to return CMD_SUCCESS; --- openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-bsc_nat') 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, -- cgit v1.2.3