babeld: "return CMD_SUCCESS" was missing for command 'no debug'.

This commit is contained in:
Matthieu Boutier 2012-01-27 22:54:11 +01:00 committed by Paul Jakma
parent 05c943ac43
commit a0edef1b74

View File

@ -298,6 +298,7 @@ DEFUN (no_babel_debug,
if (strncmp(debug_type[i].str, argv[0],
debug_type[i].str_min_len) == 0) {
debug &= ~debug_type[i].type;
return CMD_SUCCESS;
}
}