diff tests/testsctp.c @ 729:5d8ac5da7092

Fixed timeout handling + minor fixes
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 24 Feb 2011 17:19:14 +0900
parents 4ffbc9f1e922
children 4a9f08d6b6ba
line wrap: on
line diff
--- a/tests/testsctp.c	Thu Feb 24 10:48:05 2011 +0900
+++ b/tests/testsctp.c	Thu Feb 24 17:19:14 2011 +0900
@@ -77,6 +77,8 @@
 			aip = aip->ai_next;
 		};
 		freeaddrinfo(ai);
+		
+		CHECK( 0, FD_IS_LIST_EMPTY(&eps) ? 1 : 0 );
 	}
 	
 	memset(&cli, 0, sizeof(cli));
"Welcome to our mercurial repository"