diff options
-rw-r--r-- | sbin/ipfw/ipfw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index 47a7289..4507cb6 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -654,7 +654,7 @@ list(ac, av) if (rulenum != 0 && rulenum != p->pipe_nr) continue; if (p->if_name[0] != '\0') - sprintf(buf, p->if_name); + sprintf(buf, "%s", p->if_name); else if (b == 0) sprintf(buf, "unlimited"); else if (b >= 1000000) |