mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
shadow crl-monitor linux fix
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user