mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
netgr_matches needs to check shost as well as host since they may be different.
This commit is contained in:
2
parse.h
2
parse.h
@@ -109,7 +109,7 @@ extern int top;
|
||||
*/
|
||||
int addr_matches __P((char *));
|
||||
int command_matches __P((char *, char *, char *, char *));
|
||||
int netgr_matches __P((char *, char *, char *));
|
||||
int netgr_matches __P((char *, char *, char *, char *));
|
||||
int usergr_matches __P((char *, char *));
|
||||
|
||||
#endif /* _SUDO_PARSE_H */
|
||||
|
Reference in New Issue
Block a user