case COMMAND:
print_command_json(fp, m, indent, last_one);
debug_return;
+ case ALL:
+ value.u.string = "ALL";
+ /* FALLTHROUGH */
case WORD:
switch (word_type) {
+ case TYPE_COMMAND:
+ typestr = "command";
+ break;
case TYPE_HOSTNAME:
typestr = "hostname";
break;
sudo_fatalx("unexpected word type %d", word_type);
}
break;
- case ALL:
- value.u.string = "ALL";
- /* FALLTHROUGH */
case ALIAS:
switch (word_type) {
case TYPE_COMMAND: