diff --git a/src/crl.c b/src/crl.c index 2dc2f0eb4..599ec8057 100644 --- a/src/crl.c +++ b/src/crl.c @@ -437,8 +437,8 @@ static void* DoMonitor(void* arg) } for (;;) { - char buffer[8192]; - int length = read(notifyFd, buffer, sizeof(buffer)); + char buff[8192]; + int length = read(notifyFd, buff, sizeof(buff)); CYASSL_MSG("Got notify event");