make crl monitor watch init -1

This commit is contained in:
toddouska 2014-06-12 16:01:34 -07:00
parent ceafd298f3
commit 0223708ac4

View File

@ -501,7 +501,7 @@ static int StopMonitor(int mfd)
static void* DoMonitor(void* arg)
{
int notifyFd;
int wd = 1;
int wd = -1;
CYASSL_CRL* crl = (CYASSL_CRL*)arg;
CYASSL_ENTER("DoMonitor");