changeset 521:b793d43e4686

Fix compilation problem
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 27 Aug 2010 16:26:11 +0900
parents 9b5422e5385c
children 0a51aa1a2842
files extensions/app_radgw/rgw_clients.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgw_clients.c	Fri Aug 27 16:20:43 2010 +0900
+++ b/extensions/app_radgw/rgw_clients.c	Fri Aug 27 16:26:11 2010 +0900
@@ -751,7 +751,7 @@
 	
 	for (ref = senti->next; ref != senti; ref = ref->next) {
 		client = (struct rgw_client *)ref;
-		TRACE_DEBUG_sSA(NONE, 	 "  - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, (type == RGW_CLI_NAS) ? "" : " [PROXY]" );
+		TRACE_DEBUG_sSA(NONE, 	 "  - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, (client->type == RGW_CLI_NAS) ? "" : " [PROXY]" );
 	}
 }
 
"Welcome to our mercurial repository"