changeset 56:299507847ef9

Fixed duplicate Origin-Host AVPs in CEA
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 30 Nov 2009 13:39:49 +0900
parents d847a0f6d93d
children 54a55133044f
files freeDiameter/p_ce.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/p_ce.c	Mon Nov 30 13:37:41 2009 +0900
+++ b/freeDiameter/p_ce.c	Mon Nov 30 13:39:49 2009 +0900
@@ -737,7 +737,7 @@
 	
 	/* Reply a CEA */
 	CHECK_FCT( fd_msg_new_answer_from_req ( fd_g_config->cnf_dict, &msg, 0 ) );
-	CHECK_FCT( fd_msg_rescode_set(msg, "DIAMETER_SUCCESS", NULL, NULL, 1 ) );
+	CHECK_FCT( fd_msg_rescode_set(msg, "DIAMETER_SUCCESS", NULL, NULL, 0 ) );
 	CHECK_FCT( add_CE_info(msg, peer->p_cnxctx, isi & PI_SEC_TLS_OLD, isi & PI_SEC_NONE) );
 	CHECK_FCT( fd_out_send(&msg, peer->p_cnxctx, peer) );
 	
"Welcome to our mercurial repository"