|
@@ -449,7 +449,7 @@ ServerNetworkLayerTCP_getJobs(UA_ServerNetworkLayer *nl, UA_Job **jobs, UA_UInt1
|
|
struct timeval tmptv = {0, timeout * 1000};
|
|
struct timeval tmptv = {0, timeout * 1000};
|
|
UA_Int32 resultsize = select(highestfd+1, &fdset, NULL, &errset, &tmptv);
|
|
UA_Int32 resultsize = select(highestfd+1, &fdset, NULL, &errset, &tmptv);
|