From: Todd C. Miller Date: Fri, 7 Apr 1995 19:38:50 +0000 (+0000) Subject: ntwk_matches -> addr_matches X-Git-Tag: SUDO_1_4_0~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9a574adc18418a31967613dd9e1c87bd5ec9924;p=sudo ntwk_matches -> addr_matches --- diff --git a/parse.yacc b/parse.yacc index 277ddb354..13c342b0d 100644 --- a/parse.yacc +++ b/parse.yacc @@ -90,7 +90,7 @@ int top = 0; top--; extern int path_matches __P((char *, char *)); -extern int ntwk_matches __P((char *)); +extern int addr_matches __P((char *)); static int find_alias __P((char *, int)); static int add_alias __P((char *, int)); static int more_aliases __P((int)); @@ -166,7 +166,7 @@ hostspec : ALL { host_matches = TRUE; } | NTWKADDR { - if (ntwk_matches($1)) + if (addr_matches($1)) host_matches = TRUE; } | NAME {