changeset 549:1b8809c7d7cc

Allow duplicates also after processing errors
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 10:44:46 +0900
parents 345537783a90
children 4c935aecee6c
files extensions/app_radgw/rgw_worker.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgw_worker.c	Wed Sep 15 10:41:43 2010 +0900
+++ b/extensions/app_radgw/rgw_worker.c	Wed Sep 15 10:44:46 2010 +0900
@@ -284,6 +284,7 @@
 	}
 	
 	
+out:
 	/* Now try and send the RADIUS answer */
 	if (rad_ans) {
 		CHECK_FCT_DO( rgw_client_finish_send(&rad_ans, pa->rad, pa->cli), );	
@@ -292,7 +293,6 @@
 		CHECK_FCT_DO( rgw_client_finish_nosend(pa->rad, pa->cli), );
 	}
 
-out:
 	/* Clear the Diameter message */
 	if (*ans) {
 		CHECK_FCT_DO( fd_msg_free(*ans),  );
"Welcome to our mercurial repository"