mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-15 19:01:55 -06:00
Fix typo in inet type
This commit is contained in:
parent
ea981d3065
commit
77906dce20
@ -1296,7 +1296,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
for (tifa = ifa; tifa; tifa = tifa->ifa_next) {
|
for (tifa = ifa; tifa; tifa = tifa->ifa_next) {
|
||||||
|
|
||||||
if (tifa->ifa_addr->sa_family != PF_INET &&
|
if (tifa->ifa_addr->sa_family != AF_INET &&
|
||||||
tifa->ifa_addr->sa_family != AF_INET6) {
|
tifa->ifa_addr->sa_family != AF_INET6) {
|
||||||
/* not interesting for us */
|
/* not interesting for us */
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user