fix linux crl monitor build

This commit is contained in:
toddouska
2014-05-01 09:34:16 -07:00
parent 14c978ca67
commit 912ec25a0f

View File

@@ -476,7 +476,7 @@ static void* DoMonitor(void* arg)
/* shutdown monitor thread, 0 on success */ /* shutdown monitor thread, 0 on success */
static int StopMonitor(int mfd) static int StopMonitor(int mfd)
{ {
(void)mfd;
return -1; return -1;
} }