mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
ntwk_matches -> addr_matches
This commit is contained in:
parent
c9a574adc1
commit
36fec1269b
4
visudo.c
4
visudo.c
@ -82,7 +82,7 @@ static char whatnow __P((void));
|
||||
static void whatnow_help __P((void));
|
||||
static RETSIGTYPE Exit __P((int));
|
||||
int path_matches __P((char *, char *));
|
||||
int ntwk_matches __P((char *));
|
||||
int addr_matches __P((char *));
|
||||
|
||||
|
||||
/*
|
||||
@ -379,7 +379,7 @@ int path_matches(cmnd, path)
|
||||
}
|
||||
|
||||
|
||||
int ntwk_matches(n)
|
||||
int addr_matches(n)
|
||||
char *n;
|
||||
{
|
||||
return(TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user