aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ifconfig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index f4fc0a476..96af7b770 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -387,6 +387,8 @@ int ifconfig_main(int argc, char **argv)
387 } 387 }
388#endif 388#endif
389 else { 389 else {
390 if (strcmp(host, "inet") == 0)
391 continue; /* compat stuff */
390 len_and_sockaddr *lsa = xhost2sockaddr(host, 0); 392 len_and_sockaddr *lsa = xhost2sockaddr(host, 0);
391#if ENABLE_FEATURE_IPV6 393#if ENABLE_FEATURE_IPV6
392 if (lsa->sa.sa_family == AF_INET6) { 394 if (lsa->sa.sa_family == AF_INET6) {