Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/kame/racoon typo. minoura



details:   https://anonhg.NetBSD.org/src/rev/bde7a471d89a
branches:  trunk
changeset: 555285:bde7a471d89a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Nov 13 10:35:40 2003 +0000

description:
typo.  minoura

diffstat:

 crypto/dist/kame/racoon/strnames.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e731885755da -r bde7a471d89a crypto/dist/kame/racoon/strnames.c
--- a/crypto/dist/kame/racoon/strnames.c        Thu Nov 13 08:19:43 2003 +0000
+++ b/crypto/dist/kame/racoon/strnames.c        Thu Nov 13 10:35:40 2003 +0000
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: strnames.c,v 1.3 2003/08/26 03:31:51 itojun Exp $");
+__RCSID("$NetBSD: strnames.c,v 1.4 2003/11/13 10:35:40 itojun Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -495,7 +495,7 @@
        int type, val;
 {
        int i;
-       for (i = 0; i < ARRAYLEN(name_ipsecdoi_proto); i++)
+       for (i = 0; i < ARRAYLEN(name_attr_ipsec); i++)
                if (name_attr_ipsec[i].key == type
                 && name_attr_ipsec[i].f)
                        return (name_attr_ipsec[i].f)(val);



Home | Main Index | Thread Index | Old Index