mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 09:44:26 +00:00
babeld: "return CMD_SUCCESS" was missing for command 'no debug'.
This commit is contained in:
parent
05c943ac43
commit
a0edef1b74
@ -298,6 +298,7 @@ DEFUN (no_babel_debug,
|
|||||||
if (strncmp(debug_type[i].str, argv[0],
|
if (strncmp(debug_type[i].str, argv[0],
|
||||||
debug_type[i].str_min_len) == 0) {
|
debug_type[i].str_min_len) == 0) {
|
||||||
debug &= ~debug_type[i].type;
|
debug &= ~debug_type[i].type;
|
||||||
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user