|
|
@ -856,9 +856,9 @@ void stats_rpcloop(void *args) |
|
|
|
req->sock = sock; |
|
|
|
req->ipbits = ipbits; |
|
|
|
req->port = port; |
|
|
|
LP_rpc_processreq(req); |
|
|
|
continue; |
|
|
|
// this leads to cant open file errors
|
|
|
|
//LP_rpc_processreq(req);
|
|
|
|
//continue;
|
|
|
|
// this might lead to "cant open file errors"
|
|
|
|
if ( (retval= OS_thread_create(&req->T,NULL,(void *)LP_rpc_processreq,req)) != 0 ) |
|
|
|
{ |
|
|
|
printf("error launching rpc handler on port %d, retval.%d\n",port,retval); |
|
|
|