Rename log_children -> log_subcmds

This commit is contained in:
Todd C. Miller
2021-08-26 16:36:41 -06:00
parent d8d4023335
commit ba171724f7
13 changed files with 76 additions and 76 deletions

View File

@@ -730,7 +730,7 @@ command_info_to_details(char * const info[], struct command_details *details)
break;
case 'l':
SET_STRING("login_class=", login_class)
SET_FLAG("log_children=", CD_LOG_CHILDREN)
SET_FLAG("log_subcmds=", CD_LOG_SUBCMDS)
break;
case 'n':
if (strncmp("nice=", info[i], sizeof("nice=") - 1) == 0) {