comparison freeDiameter/main.c @ 9:fc7c18867cf7

New extension mechanism committed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 24 Sep 2009 14:01:48 +0900
parents 3e143f047f78
children c5c99c73c2bf
comparison
equal deleted inserted replaced
8:3e143f047f78 9:fc7c18867cf7
244 244
245 end: 245 end:
246 TRACE_DEBUG(INFO, FD_PROJECT_BINARY " daemon is stopping..."); 246 TRACE_DEBUG(INFO, FD_PROJECT_BINARY " daemon is stopping...");
247 247
248 /* cleanups */ 248 /* cleanups */
249 CHECK_FCT( fd_thr_term(&sig_th) ); 249 CHECK_FCT_DO( fd_ext_fini(), /* continue */ );
250 CHECK_FCT_DO( fd_thr_term(&sig_th), /* continue */ );
250 251
251 return ret; 252 return ret;
252 } 253 }
"Welcome to our mercurial repository"