diff options
| author | Simo Sorce <ssorce@redhat.com> | 2008-06-09 17:55:32 -0400 |
|---|---|---|
| committer | Simo Sorce <ssorce@redhat.com> | 2008-06-11 11:36:14 -0400 |
| commit | 77906dce20a8d37b10225c4dc8701b25f172f362 (patch) | |
| tree | de44ff6bcb5e7c64ecb2f9789d0a2d1cdc79786f /ipa-server | |
| parent | ea981d306565eb78642737c5a2d6aca30be21afa (diff) | |
Fix typo in inet type
Diffstat (limited to 'ipa-server')
| -rw-r--r-- | ipa-server/ipa-kpasswd/ipa_kpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-kpasswd/ipa_kpasswd.c b/ipa-server/ipa-kpasswd/ipa_kpasswd.c index 677b61b26..72d3c13d0 100644 --- a/ipa-server/ipa-kpasswd/ipa_kpasswd.c +++ b/ipa-server/ipa-kpasswd/ipa_kpasswd.c @@ -1296,7 +1296,7 @@ int main(int argc, char *argv[]) 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) { /* not interesting for us */ continue; |
