2
0
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:
Todd C. Miller
2000-01-11 18:20:41 +00:00
parent 58fb4fc86b
commit 0b59a0974d
6 changed files with 27 additions and 19 deletions

View File

@@ -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 */