From 0223708ac40b79d71cb92b15b9d3bb6b2e4293f0 Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 12 Jun 2014 16:01:34 -0700 Subject: [PATCH] make crl monitor watch init -1 --- src/crl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crl.c b/src/crl.c index bd259ac60..9b94aab7b 100644 --- a/src/crl.c +++ b/src/crl.c @@ -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");