mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove incorrect semicolon.
This commit is contained in:
parent
d6e53ebe5e
commit
dfdc1bec71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273702
@ -109,7 +109,7 @@ __gethostbyname2(const char *name, int af)
|
||||
else {
|
||||
error = 0;
|
||||
he = getipnodebyname(name, af, ipnode_flags, &error);
|
||||
if (he == NULL);
|
||||
if (he == NULL)
|
||||
errno = error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user