- changed select calls to newly indroduced uselect
SKIPPED: psi/sinqhttpprot.c
This commit is contained in:
3
nwatch.c
3
nwatch.c
@ -19,6 +19,7 @@
|
||||
#include "fortify.h"
|
||||
#include "nwatch.h"
|
||||
#include "sics.h"
|
||||
#include "uselect.h"
|
||||
|
||||
#define NWMAGIC 51966
|
||||
|
||||
@ -395,7 +396,7 @@ int NetWatchTask (void* pData)
|
||||
|
||||
iRet = 0;
|
||||
if (iCount >= 0)
|
||||
iRet = select(iCount+1, &rMask, &wMask, NULL, &tmo);
|
||||
iRet = uselect(iCount+1, &rMask, &wMask, NULL, &tmo);
|
||||
|
||||
if(iRet > 0) {
|
||||
/* invoke the active callbacks */
|
||||
|
Reference in New Issue
Block a user