diff options
author | 2014-02-17 04:52:25 +0000 | |
---|---|---|
committer | 2014-02-17 04:52:25 +0000 | |
commit | 4258316b273011b979afca39b362893a53a7a833 (patch) | |
tree | b366781380a10aa3c5296929d1518424937f8a85 | |
parent | use the DEVNAME macro to get the name of the interrupt rather than the (diff) | |
download | wireguard-openbsd-4258316b273011b979afca39b362893a53a7a833.tar.xz wireguard-openbsd-4258316b273011b979afca39b362893a53a7a833.zip |
Remove a stray debug printf that crept in via one of the newqueue
commits.
ok henning@
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 69d309f3752..e23b1177a36 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.321 2013/11/01 22:55:39 pelikan Exp $ */ +/* $OpenBSD: pfctl.c,v 1.322 2014/02/17 04:52:25 lteo Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1955,7 +1955,6 @@ pfctl_debug(int dev, u_int32_t level, int opts) memset(&t, 0, sizeof(t)); t.pfrb_type = PFRB_TRANS; -printf("pfctl_debug DIOCXCOMMIT\n"); if (pfctl_trans(dev, &t, DIOCXBEGIN, 0) || ioctl(dev, DIOCSETDEBUG, &level) || pfctl_trans(dev, &t, DIOCXCOMMIT, 0)) |