shadow crl-monitor linux fix
This commit is contained in:
parent
9ac2eaa3d6
commit
5d912d4c2b
@ -437,8 +437,8 @@ static void* DoMonitor(void* arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
char buffer[8192];
|
char buff[8192];
|
||||||
int length = read(notifyFd, buffer, sizeof(buffer));
|
int length = read(notifyFd, buff, sizeof(buff));
|
||||||
|
|
||||||
CYASSL_MSG("Got notify event");
|
CYASSL_MSG("Got notify event");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user