changeset 369:350e1cca3782

Corrected compile bug (Gateway works with OpenSIPS)
author Alexandre Westfahl <awestfahl@freediameter.net>
date Sat, 03 Jul 2010 14:14:00 +0900
parents a1f26147ec61
children 06692259d788
files extensions/app_radgw/rgwx_sip.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
"Welcome to our mercurial repository"