summaryrefslogtreecommitdiff
path: root/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sock.c')
-rw-r--r--sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sock.c b/sock.c
index 787bf9291..462df22b1 100644
--- a/sock.c
+++ b/sock.c
@@ -193,7 +193,7 @@ long code, arg;
break;
case SIOCGIFFLAGS:
tprintf("ifr_flags=");
- printflags(iffflags, ifr.ifr_flags);
+ printflags(iffflags, ifr.ifr_flags, "IFF_???");
break;
case SIOCGIFMETRIC:
tprintf("ifr_metric=%d", ifr.ifr_metric);