mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
added comment
This commit is contained in:
parent
1ad59c55a0
commit
aab695bfc3
3
parse.c
3
parse.c
@ -66,6 +66,9 @@ static char rcsid[] = "$Id$";
|
|||||||
|
|
||||||
extern FILE *yyin, *yyout;
|
extern FILE *yyin, *yyout;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Globals
|
||||||
|
*/
|
||||||
int user_list_found = FALSE;
|
int user_list_found = FALSE;
|
||||||
int list_num, new_list[NUM_LISTS];
|
int list_num, new_list[NUM_LISTS];
|
||||||
int parse_error = FALSE, found_user = FALSE;
|
int parse_error = FALSE, found_user = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user