Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon fixed some typos in logs ...



details:   https://anonhg.NetBSD.org/src/rev/a96fff555ebf
branches:  trunk
changeset: 757844:a96fff555ebf
user:      vanhu <vanhu%NetBSD.org@localhost>
date:      Mon Sep 27 11:57:59 2010 +0000

description:
fixed some typos in logs (reported by fazaeli (at) sepehrs.com)

diffstat:

 crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f8264c3f84b0 -r a96fff555ebf crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sun Sep 26 22:28:05 2010 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Mon Sep 27 11:57:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isakmp_xauth.c,v 1.20 2009/04/20 13:23:55 tteras Exp $ */
+/*     $NetBSD: isakmp_xauth.c,v 1.21 2010/09/27 11:57:59 vanhu Exp $  */
 
 /* Id: isakmp_xauth.c,v 1.38 2006/08/22 18:17:17 manubsd Exp */
 
@@ -507,7 +507,7 @@
                if (!auth_added) {
                        if (rad_config(radius_auth_state, NULL) != 0) {
                                plog(LLV_ERROR, LOCATION, NULL, 
-                                   "Cannot open librarius config file: %s\n", 
+                                   "Cannot open libradius config file: %s\n", 
                                    rad_strerror(radius_auth_state));
                                rad_close(radius_auth_state);
                                radius_auth_state = NULL;
@@ -547,7 +547,7 @@
                if (!acct_added) {
                        if (rad_config(radius_acct_state, NULL) != 0) {
                                plog(LLV_ERROR, LOCATION, NULL, 
-                                   "Cannot open librarius config file: %s\n", 
+                                   "Cannot open libradius config file: %s\n", 
                                    rad_strerror(radius_acct_state));
                                rad_close(radius_acct_state);
                                radius_acct_state = NULL;



Home | Main Index | Thread Index | Old Index