diff options
| author | 2003-12-31 22:14:41 +0000 | |
|---|---|---|
| committer | 2003-12-31 22:14:41 +0000 | |
| commit | 2bff36ea172d35a9eb65cd290cf8f57cf9090bd1 (patch) | |
| tree | 451475bfde6bc3ee941d5b61995a4d0373c18b43 /sys/net/pf_ioctl.c | |
| parent | undefer sigs in all paths through the join code. (diff) | |
| download | wireguard-openbsd-2bff36ea172d35a9eb65cd290cf8f57cf9090bd1.tar.xz wireguard-openbsd-2bff36ea172d35a9eb65cd290cf8f57cf9090bd1.zip | |
spacing. note this, cedric
Diffstat (limited to 'sys/net/pf_ioctl.c')
| -rw-r--r-- | sys/net/pf_ioctl.c | 4 |
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); |
