From b612eacdbd35d69e7477a40cee1836af4d5cf126 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Wed, 26 Sep 2007 19:59:12 +0000 Subject: [PATCH] Small bug when SCTP not available --- SRC/echoping.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/SRC/echoping.c b/SRC/echoping.c index 53a8147..8916988 100644 --- a/SRC/echoping.c +++ b/SRC/echoping.c @@ -148,9 +148,7 @@ main(argc, argv) int tos_requested = 0; int protocol; boolean sctp_requested = FALSE; -#ifdef HAVE_SCTP int sctp = 0; -#endif #ifdef HAVE_TCP_INFO struct tcp_info tcpinfo; socklen_t socket_length = sizeof(tcpinfo);