Removed need for NO_SUCH_CHILD_PID
authorAlan T. DeKok <aland@freeradius.org>
Sun, 14 Sep 2008 13:52:24 +0000 (15:52 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 14 Sep 2008 13:52:24 +0000 (15:52 +0200)
src/main/threads.c

index 58351a9..567606f 100644 (file)
@@ -585,7 +585,6 @@ static THREAD_HANDLE *spawn_thread(time_t now)
        memset(handle, 0, sizeof(THREAD_HANDLE));
        handle->prev = NULL;
        handle->next = NULL;
-       handle->pthread_id = NO_SUCH_CHILD_PID;
        handle->thread_num = thread_pool.max_thread_num++;
        handle->request_count = 0;
        handle->status = THREAD_RUNNING;