mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Remove incorrect semicolon.
This commit is contained in:
parent
d6e53ebe5e
commit
dfdc1bec71
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue