diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-03-30 09:56:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-03-30 09:56:58 +0000 |
| commit | 227ee8a188f0f8da52dabd7c2c13748a2578efce (patch) | |
| tree | 3bc7a5b892410dae1a4e23ebbc2cb43913cd6195 /sys/netinet/ip_fw.c | |
| parent | 20344e15827694bd1a50248ac0c415925ed510e6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_fw.c')
| -rw-r--r-- | sys/netinet/ip_fw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 6eac53f9b12b..07c0df0632c7 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -12,7 +12,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.c,v 1.78 1998/02/12 00:57:04 alex Exp $ + * $Id: ip_fw.c,v 1.79 1998/03/15 00:36:27 alex Exp $ */ /* @@ -561,7 +561,7 @@ got_match: /* Update statistics */ f->fw_pcnt += 1; f->fw_bcnt += ip->ip_len; - f->timestamp = time.tv_sec; + f->timestamp = time_second; /* Log to console if desired */ if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose) |
