changeset 377:96204f7c4185

Fix typo
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 26 May 2009 16:07:07 +0900
parents 98806d0e175f
children f8509d27e453
files extensions/radius_gw/sub_debug.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/radius_gw/sub_debug.c	Tue May 26 16:06:03 2009 +0900
+++ b/extensions/radius_gw/sub_debug.c	Tue May 26 16:07:07 2009 +0900
@@ -70,7 +70,7 @@
 
 	CHECK_MALLOC_DO(ret->waaad_msg_dump_walk = dlsym(ret->waaad_handle, "msg_dump_walk"), return NULL);
 	
-	TRACE_DEBUG(INFO, "Sub extension Debug initialized with id: '%s'", cs->conffile);
+	TRACE_DEBUG(INFO, "Sub extension Debug initialized with id: '%s'", ret->conffile);
 	
 	return ret;
 }
"Welcome to our mercurial repository"