Remove double assignment to pt caught by scan-build test

This commit is contained in:
kaleb-himes
2019-11-07 11:35:36 -07:00
parent e24059691c
commit ad192786b1

View File

@ -2228,8 +2228,6 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
if (rnd) {
printf("Server Random : ");
pt = rnd;
for (pt = rnd; pt < rnd + size; pt++) printf("%02X", *pt);
printf("\n");