remove leftover local test

This commit is contained in:
Bill Williams
2019-11-05 14:21:37 -08:00
parent 11a2b6f123
commit 70c9975ae9
2 changed files with 1 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- provide signal handlers so we shut down properly when INCLUDE_BREAKPAD active
- send status code and reason in close message
- Add pause/resume heartBeatTimer
- parodus event handler to listen to interface_down and interface_up event
- fix so that parodus can be killed, even if in a connection fail loop
## [1.0.2] - 2019-02-08

View File

@@ -1062,10 +1062,6 @@ void test_interface_down_retry()
noPollCtx test_nopoll_ctx;
pthread_t thread_a;
#ifdef TEST_CONNECTION_STUCK
unlink ("/tmp/parconnstktest.txt");
#endif
pthread_create(&thread_a, NULL, a, NULL);
memset(&cfg,0,sizeof(cfg));