Remove assertion that there's no child thread. We can add it back
authoraland <aland>
Mon, 23 Apr 2007 13:26:45 +0000 (13:26 +0000)
committeraland <aland>
Mon, 23 Apr 2007 13:26:45 +0000 (13:26 +0000)
again later, once we audit the rest of the code.

src/main/threads.c

index f6ff78a..7976e79 100644 (file)
@@ -387,8 +387,6 @@ static int request_dequeue(REQUEST **request, RAD_REQUEST_FUNP *fun)
 
        pthread_mutex_unlock(&thread_pool.queue_mutex);
 
-       rad_assert((*request)->child_pid == NO_SUCH_CHILD_PID);
-
        return 1;
 }