aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pcu_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 05c4b7a1..4c0730c2 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -631,7 +631,7 @@ DEFUN(cfg_pcu_cs_downgrade_thrsh,
DEFUN(cfg_pcu_no_cs_downgrade_thrsh,
cfg_pcu_no_cs_downgrade_thrsh_cmd,
"no cs downgrade-threshold",
- CS_STR CS_DOWNGRADE_STR)
+ NO_STR CS_STR CS_DOWNGRADE_STR)
{
struct gprs_rlcmac_bts *bts = bts_main_data();