Navigation


Changeset 295:d4c9fb55ca3a in freeDiameter


Ignore:
Timestamp:
May 10, 2010, 3:45:17 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

The STR is not sent to the Accounting server, so remove the Destination-Host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_acct.c

    r294 r295  
    12161216                CHECK_FCT( fd_msg_avp_add ( str, MSG_BRW_LAST_CHILD, avp) );
    12171217
    1218                 /* Add the Destination-Host as next AVP */
    1219                 CHECK_FCT( fd_msg_avp_new ( cs->dict.Destination_Host, 0, &avp ) );
    1220                 CHECK_FCT( fd_msg_avp_setvalue ( avp, oh->avp_value ) );
    1221                 CHECK_FCT( fd_msg_avp_add ( str, MSG_BRW_LAST_CHILD, avp) );
    1222                
    12231218                /* Get information on the NAS */
    12241219                CHECK_FCT( rgw_clients_get_origin(cli, &fqdn, &realm) );
Note: See TracChangeset for help on using the changeset viewer.