diff --git a/tests/CommonLibs/SocketsTest.cpp b/tests/CommonLibs/SocketsTest.cpp index bde86b85..c4e31d83 100644 --- a/tests/CommonLibs/SocketsTest.cpp +++ b/tests/CommonLibs/SocketsTest.cpp @@ -61,6 +61,7 @@ void *testReaderIP(void *param) int main(int argc, char * argv[] ) { + int count; if (signal(SIGALRM, sigalarm_handler) == SIG_ERR) { perror("signal"); @@ -82,7 +83,12 @@ int main(int argc, char * argv[] ) sleep(1); for (int i=0; i