summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-02-17 04:52:26 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-02-17 04:52:26 +0000
commit14f35f47326c35e03568ba96b30bb08b08edd430 (patch)
treed6ee44de21d962d674a7839e4d32015242bb0f13 /sbin/pfctl/pfctl.c
parenteae2a5ec2ea5cdf347e317aae68058b136e772af (diff)
Remove a stray debug printf that crept in via one of the newqueue
commits. ok henning@
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c3
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))