mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #259 from opensourcerouting/vtysh-completion-mtype-underflow
vtysh: fix completion
This commit is contained in:
commit
72c62cb803
@ -832,7 +832,7 @@ command_generator (const char *text, int state)
|
||||
vector_set (vline, NULL);
|
||||
|
||||
if (matched)
|
||||
XFREE (MTYPE_TMP, matched);
|
||||
vector_only_index_free (matched);
|
||||
matched = cmd_complete_command (vline, vty, &complete_status);
|
||||
cmd_free_strvec (vline);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user