diff freeDiameter/p_psm.c @ 131:50d1dc19b221

Hopefully removed infinite loop
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 10 Dec 2009 17:18:59 +0900
parents b20b2aeeb160
children abd3c441780b
line wrap: on
line diff
--- a/freeDiameter/p_psm.c	Thu Dec 10 15:56:56 2009 +0900
+++ b/freeDiameter/p_psm.c	Thu Dec 10 17:18:59 2009 +0900
@@ -531,10 +531,10 @@
 				CHECK_FCT_DO( fd_p_ce_process_receiver(peer), goto psm_end );
 				break;
 			
+			case STATE_WAITCEA:
 			case STATE_OPEN:
 			case STATE_REOPEN:
 			case STATE_WAITCNXACK:
-			case STATE_WAITCEA:
 			case STATE_SUSPECT:
 			default:
 				/* Mark the connection problem */
"Welcome to our mercurial repository"