summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/vtysh_config.c')
-rw-r--r--vtysh/vtysh_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c
index 75e2337e..2dde3065 100644
--- a/vtysh/vtysh_config.c
+++ b/vtysh/vtysh_config.c
@@ -1807,7 +1807,7 @@ vtysh_config_get_name(config_collection collection, config_item parent,
break ;
default:
- qassert(false) ;
+ assert(false) ;
} ;
tokens = cmd_tokens_concat(collection->parsed, ti, tn - ti) ;