Commit c282cd8
authored
Remove temp buffer in WiFiClientSecure::lastError (espressif#4822)
The temp buffer serves no purpose here. Also mbedtls_strerror can be called with size == 0 safely.1 parent 7e59971 commit c282cd8
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | | - | |
338 | | - | |
| 336 | + | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
| |||
0 commit comments