# HG changeset patch # User Sebastien Decugis # Date 1243321627 -32400 # Node ID 96204f7c4185ce426753e4112fd66dd5094529c9 # Parent 98806d0e175f97668df307aea3541a86c6929593 Fix typo diff -r 98806d0e175f -r 96204f7c4185 extensions/radius_gw/sub_debug.c --- 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; }