summaryrefslogtreecommitdiff
path: root/sys/net/pf_ioctl.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-31 22:14:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-31 22:14:43 +0000
commitf371b9332639a426cacdd8dfbc3bd84967630245 (patch)
tree692fbf410a72f45c22bb2ef3abe5bb15eb9e10d8 /sys/net/pf_ioctl.c
parent5f5add3b10e8ca41bcebd30f4719ee5ee8a087bb (diff)
spacing. note this, cedric
Diffstat (limited to 'sys/net/pf_ioctl.c')
-rw-r--r--sys/net/pf_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c
index 71e048c4233..15ff41b7d42 100644
--- a/sys/net/pf_ioctl.c
+++ b/sys/net/pf_ioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_ioctl.c,v 1.97 2003/12/31 11:18:25 cedric Exp $ */
+/* $OpenBSD: pf_ioctl.c,v 1.98 2003/12/31 22:14:42 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1300,7 +1300,7 @@ pfioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
state->creation = time.tv_sec;
state->packets[0] = state->packets[1] = 0;
state->bytes[0] = state->bytes[1] = 0;
-
+
if (pf_insert_state(kif, state)) {
pfi_maybe_destroy(kif);
pool_put(&pf_state_pl, state);