diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vty/command.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/vty/command.c b/src/vty/command.c index e50706e8..01684622 100644 --- a/src/vty/command.c +++ b/src/vty/command.c @@ -1655,7 +1655,7 @@ cmd_describe_command_real(vector vline, struct vty *vty, int *status)  	/* Make sure that cmd_vector is filtered based on current word */  	command = vector_slot(vline, index);  	if (command) -		match = cmd_filter(command, cmd_vector, index, any_match); +		cmd_filter(command, cmd_vector, index, any_match);  	/* Make description vector. */  	for (i = 0; i < vector_active(cmd_vector); i++) { | 
