comparison freeDiameter/tests/testsctp.c @ 485:2b0578a5c589

Fix compilation warning
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 11 Aug 2010 10:45:50 +0900
parents 3b7d579e9507
children
comparison
equal deleted inserted replaced
484:23e1fae23c75 485:2b0578a5c589
49 49
50 /* Main test routine */ 50 /* Main test routine */
51 int main(int argc, char *argv[]) 51 int main(int argc, char *argv[])
52 { 52 {
53 #ifdef DISABLE_SCTP 53 #ifdef DISABLE_SCTP
54 INIT_FD();
54 /* In this case, we don't perform this simple test */ 55 /* In this case, we don't perform this simple test */
55 PASSTEST(); 56 PASSTEST();
56 #else /* DISABLE_SCTP */ 57 #else /* DISABLE_SCTP */
57 int sock, srvsock, clisock; 58 int sock, srvsock, clisock;
58 char buf1[]="abcdef"; 59 char buf1[]="abcdef";
"Welcome to our mercurial repository"