Wire up debug_level

This commit is contained in:
Todd C. Miller
2010-02-20 13:25:10 -05:00
parent b4e0f503e1
commit abb431b363
3 changed files with 17 additions and 49 deletions

View File

@@ -189,6 +189,7 @@ parse_args(int argc, char **argv, int *nargc, char ***nargv, char ***settingsp,
#endif
case 'D':
sudo_settings.D.value = optarg;
debug_level = atoi(optarg);
break;
case 'E':
sudo_settings.c.value = "true";