Make noexec parameter to sudo_execve() bool.

This commit is contained in:
Todd C. Miller
2014-01-08 17:02:22 -07:00
parent aa93ef78a7
commit bb9775879b
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ int
main(int argc, char *argv[], char *envp[])
{
char *cp, *cmnd;
int noexec = 0;
bool noexec = false;
debug_decl(main, SUDO_DEBUG_MAIN)
setlocale(LC_ALL, "");