Fixed some compiler warnings on lcc.
This commit is contained in:
@@ -808,6 +808,7 @@ static int hostmatch(const char *hostname, const char *pattern)
|
||||
if (toupper(c) != toupper(*hostname++))
|
||||
return HOST_NOMATCH;
|
||||
}
|
||||
/* we never reach this point */
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user