# HG changeset patch # User Alexandre Westfahl # Date 1278134040 -32400 # Node ID 350e1cca3782f835cb1c03e07a098c60d5ed981f # Parent a1f26147ec610ad91cb135a9a59ba403eb0cdd86 Corrected compile bug (Gateway works with OpenSIPS) diff -r a1f26147ec61 -r 350e1cca3782 extensions/app_radgw/rgwx_sip.c --- a/extensions/app_radgw/rgwx_sip.c Sat Jul 03 00:40:00 2010 +0900 +++ b/extensions/app_radgw/rgwx_sip.c Sat Jul 03 14:14:00 2010 +0900 @@ -746,7 +746,7 @@ struct avp *avp, *next, *asid; struct avp_hdr *ahdr, *sid; //char buf[254]; /* to store some attributes values (with final '\0') */ - //unsigned char * req_sip = NULL; + unsigned char * req_sip = NULL; int in_success=0; TRACE_ENTRY("%p %p %p %p %p", cs, session, diam_ans, rad_fw, cli);