# HG changeset patch # User Thomas Klausner # Date 1560345238 -7200 # Node ID a4dd31276f175d6754f2a67f794b9a862782e3a8 # Parent 6b1a2405cebb710b339082d068ee106bd5aab562 Revert 643883ec68ef for now. diff -r 6b1a2405cebb -r a4dd31276f17 libfdproto/sessions.c --- a/libfdproto/sessions.c Wed Jun 12 14:54:35 2019 +0200 +++ b/libfdproto/sessions.c Wed Jun 12 15:13:58 2019 +0200 @@ -222,10 +222,6 @@ } while (1); - if (errno == EINVAL) { - /* assume thread was cancelled in pthread_cond_timedwait */ - pthread_exit(0); - } TRACE_DEBUG(INFO, "A system error occurred in session module! Expiry thread is terminating..."); ASSERT(0); return NULL;