shadow crl-monitor linux fix

This commit is contained in:
toddouska 2012-11-16 10:54:36 -08:00
parent 9ac2eaa3d6
commit 5d912d4c2b

View File

@ -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");