Quiesce warning, which could be a bug IMO, by correctly defining the host_info

structure name
This commit is contained in:
Sean Bruno 2013-10-30 22:43:40 +00:00
parent bbaadbd796
commit 5375e4f833
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257405

View File

@ -270,7 +270,7 @@ struct request_info *request;
static int hostfile_match(path, host)
char *path;
struct hosts_info *host;
struct host_info *host;
{
char tok[BUFSIZ];
int match = NO;