1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

esp32: blows if allowed lejp

This commit is contained in:
negativekelvin 2018-09-30 12:01:56 -07:00 committed by Andy Green
parent 242f72ddab
commit 9b35bc171b

View file

@ -873,7 +873,7 @@ static int
lwsws_get_config_d(void *user, const char *d, const char * const *paths,
int count_paths, lejp_callback cb)
{
#ifndef _WIN32
#if !defined(_WIN32) && !defined(LWS_WITH_ESP32)
struct dirent **namelist;
char path[256];
int n, i, ret = 0;