13 lines
502 B
Diff
13 lines
502 B
Diff
|
diff --git a/src/http_display/httpd.c b/src/http_display/httpd.c
|
||
|
index f4709ef..7921d23 100644
|
||
|
--- a/src/http_display/httpd.c
|
||
|
+++ b/src/http_display/httpd.c
|
||
|
@@ -191,7 +191,6 @@ static void * http_server_dispatch(void *arg)
|
||
|
LWSMPRO_FILE, /* mount type is a directory in a filesystem */
|
||
|
1, /* strlen("/"), ie length of the mountpoint */
|
||
|
NULL,
|
||
|
- { NULL, NULL } // sentinel
|
||
|
};
|
||
|
|
||
|
memset(&info, 0, sizeof info);
|