forked from wolfSSL/wolfssl
fix scan-build warning on the simple SCTP example server
This commit is contained in:
@ -111,7 +111,7 @@ int main()
|
|||||||
|
|
||||||
unsigned char bigBuf[4096];
|
unsigned char bigBuf[4096];
|
||||||
|
|
||||||
got = wolfSSL_read(ssl, bigBuf, sizeof(bigBuf));
|
wolfSSL_read(ssl, bigBuf, sizeof(bigBuf));
|
||||||
wolfSSL_write(ssl, bigBuf, sizeof(bigBuf));
|
wolfSSL_write(ssl, bigBuf, sizeof(bigBuf));
|
||||||
|
|
||||||
wolfSSL_shutdown(ssl);
|
wolfSSL_shutdown(ssl);
|
||||||
|
Reference in New Issue
Block a user