mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
Add missing NULL test for esp_transport_init() call. Otherwise, it will hit NULL pointer dereference when assign t->_get_socket. Signed-off-by: Axel Lin <axel.lin@gmail.com>