Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pppd/pppd Correct typo in option name. Fixes PR 764...



details:   https://anonhg.NetBSD.org/src/rev/31dddd7dad61
branches:  trunk
changeset: 473220:31dddd7dad61
user:      mjl <mjl%NetBSD.org@localhost>
date:      Tue May 25 20:46:54 1999 +0000

description:
Correct typo in option name. Fixes PR 7645 by Paul Shupak <paul%plectere.com@localhost>

diffstat:

 usr.sbin/pppd/pppd/options.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5149ba8bb101 -r 31dddd7dad61 usr.sbin/pppd/pppd/options.c
--- a/usr.sbin/pppd/pppd/options.c      Tue May 25 20:33:33 1999 +0000
+++ b/usr.sbin/pppd/pppd/options.c      Tue May 25 20:46:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.28 1999/05/12 18:50:52 thorpej Exp $     */
+/*     $NetBSD: options.c,v 1.29 1999/05/25 20:46:54 mjl Exp $ */
 
 /*
  * options.c - handles option processing for PPP.
@@ -24,7 +24,7 @@
 #if 0
 static char rcsid[] = "Id: options.c,v 1.43 1998/09/04 18:49:15 christos Exp ";
 #else
-__RCSID("$NetBSD: options.c,v 1.28 1999/05/12 18:50:52 thorpej Exp $");
+__RCSID("$NetBSD: options.c,v 1.29 1999/05/25 20:46:54 mjl Exp $");
 #endif
 #endif
 
@@ -413,7 +413,7 @@
     {"pass-filter-out", 1, setpassfilter_out},
     /* Set filter for active packets */
     {"active-filter-in", 1, setactivefilter_in},
-    {"active-filter-in", 1, setactivefilter_out},
+    {"active-filter-out", 1, setactivefilter_out},
 #endif
 
 #ifdef IPX_CHANGE



Home | Main Index | Thread Index | Old Index