comparison extensions/radius_gw/rgw_work.c @ 374:883330e610e1

Progress on the echo_drop sub extension
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 26 May 2009 11:37:32 +0900
parents e86dba02630a
children 03b512313cc1
comparison
equal deleted inserted replaced
373:0cb02e490017 374:883330e610e1
134 } ); 134 } );
135 if (msg == NULL) { 135 if (msg == NULL) {
136 rgw_clients_dispose(&cli); 136 rgw_clients_dispose(&cli);
137 continue; /* the message was a duplicate */ 137 continue; /* the message was a duplicate */
138 } 138 }
139
140 /* Note: after this point, the radius message buffer may not be consistent with the array of attributes! */
139 141
140 /* Pass the message to the list of registered extensions */ 142 /* Pass the message to the list of registered extensions */
141 session = NULL; 143 session = NULL;
142 diam_msg = NULL; 144 diam_msg = NULL;
143 CHECK_FCT_DO( rgw_extensions_loop_req(&msg, &session, &diam_msg, cli), 145 CHECK_FCT_DO( rgw_extensions_loop_req(&msg, &session, &diam_msg, cli),
"Welcome to our mercurial repository"