When building without pthreads, call correct function
authoraland <aland>
Sat, 14 Apr 2007 20:32:06 +0000 (20:32 +0000)
committeraland <aland>
Sat, 14 Apr 2007 20:32:06 +0000 (20:32 +0000)
src/main/threads.c

index 02c13ae..7ed1297 100644 (file)
@@ -1124,7 +1124,7 @@ int thread_pool_init(int spawn_flag)
  */
 int thread_pool_addrequest(REQUEST *request, RAD_REQUEST_FUNP fun)
 {
-       rad_respond(request, fun);
+       radius_handle_request(request, fun);
        return 1;
 }