Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ipf/dist/tools Remove ipl overwrite. Which was...



details:   https://anonhg.NetBSD.org/src/rev/c2bf10d75bb2
branches:  trunk
changeset: 782314:c2bf10d75bb2
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sat Oct 27 20:07:12 2012 +0000

description:
Remove ipl overwrite.  Which was missed in previous.

diffstat:

 external/bsd/ipf/dist/tools/ipmon.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bae6e6ec8985 -r c2bf10d75bb2 external/bsd/ipf/dist/tools/ipmon.c
--- a/external/bsd/ipf/dist/tools/ipmon.c       Sat Oct 27 17:34:07 2012 +0000
+++ b/external/bsd/ipf/dist/tools/ipmon.c       Sat Oct 27 20:07:12 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipmon.c,v 1.6 2012/10/26 23:05:14 christos Exp $       */
+/*     $NetBSD: ipmon.c,v 1.7 2012/10/27 20:07:12 nakayama Exp $       */
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -844,7 +844,6 @@
        struct tm *tm;
 
        t = line;
-       ipl = (const iplog_t *)buf;
        if (ipl->ipl_seqnum != seqnum) {
                if ((ipmonopts & IPMON_SYSLOG) != 0) {
                        syslog(LOG_WARNING,



Home | Main Index | Thread Index | Old Index