changeset 295:d4c9fb55ca3a

The STR is not sent to the Accounting server, so remove the Destination-Host
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 10 May 2010 15:45:17 +0900
parents 0e940240c436
children e11a9f90a65a
files extensions/app_radgw/rgwx_acct.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgwx_acct.c	Mon May 10 15:08:32 2010 +0900
+++ b/extensions/app_radgw/rgwx_acct.c	Mon May 10 15:45:17 2010 +0900
@@ -1215,11 +1215,6 @@
 		CHECK_FCT( fd_msg_avp_setvalue ( avp, or->avp_value ) );
 		CHECK_FCT( fd_msg_avp_add ( str, MSG_BRW_LAST_CHILD, avp) );
 
-		/* Add the Destination-Host as next AVP */
-		CHECK_FCT( fd_msg_avp_new ( cs->dict.Destination_Host, 0, &avp ) );
-		CHECK_FCT( fd_msg_avp_setvalue ( avp, oh->avp_value ) );
-		CHECK_FCT( fd_msg_avp_add ( str, MSG_BRW_LAST_CHILD, avp) );
-		
 		/* Get information on the NAS */
 		CHECK_FCT( rgw_clients_get_origin(cli, &fqdn, &realm) );
 
"Welcome to our mercurial repository"