Source-Changes-HG archive

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

[src/trunk]: src/sys/net Correct debug message, mine is myauth, not hisauth.



details:   https://anonhg.NetBSD.org/src/rev/b0c1df6d6dad
branches:  trunk
changeset: 552789:b0c1df6d6dad
user:      oki <oki%NetBSD.org@localhost>
date:      Fri Oct 03 10:29:05 2003 +0000

description:
Correct debug message, mine is myauth, not hisauth.

diffstat:

 sys/net/if_spppsubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 57daefc9b3b9 -r b0c1df6d6dad sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Fri Oct 03 09:06:14 2003 +0000
+++ b/sys/net/if_spppsubr.c     Fri Oct 03 10:29:05 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.70 2003/10/02 01:27:20 itojun Exp $   */
+/*     $NetBSD: if_spppsubr.c,v 1.71 2003/10/03 10:29:05 oki Exp $      */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.70 2003/10/02 01:27:20 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.71 2003/10/03 10:29:05 oki Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipx.h"
@@ -2302,7 +2302,7 @@
                                /* not agreed, nak */
                                if (debug)
                                        addlog(" [mine %s != his %s]",
-                                              sppp_proto_name(sp->hisauth.proto),
+                                              sppp_proto_name(sp->myauth.proto),
                                               sppp_proto_name(authproto));
                                p[2] = sp->myauth.proto >> 8;
                                p[3] = sp->myauth.proto;



Home | Main Index | Thread Index | Old Index