diff freeDiameter/main.c @ 453:9a8b3178a7a7

Postpone the creation of session expiry thread to allow some global variables to be set (debug level, etc)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 15:32:08 +0900
parents 097bae83b07a
children e5f06199cee7
line wrap: on
line diff
--- a/freeDiameter/main.c	Thu Jul 29 14:48:19 2010 +0900
+++ b/freeDiameter/main.c	Thu Jul 29 15:32:08 2010 +0900
@@ -94,6 +94,7 @@
 	/* Initialize other modules */
 	CHECK_FCT(  fd_queues_init()  );
 	CHECK_FCT(  fd_msg_init()  );
+	CHECK_FCT(  fd_sess_start()  );
 	CHECK_FCT(  fd_p_expi_init()  );
 	
 	/* Parse the configuration file */
"Welcome to our mercurial repository"