about summary refs log tree commit diff
path: root/pkgs/tools/networking/driftnet/libwebsockets-4.3.0.patch
blob: 5e5cfd50af3e76367b9762f1702fcec623a1a203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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);