aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tabfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tabfs.c')
-rw-r--r--fs/tabfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/tabfs.c b/fs/tabfs.c
index 2b8bc99..da70ff3 100644
--- a/fs/tabfs.c
+++ b/fs/tabfs.c
@@ -231,8 +231,8 @@ main(int argc, char **argv)
{
common_init();
- pthread_t websocket_thread;
- pthread_create(&websocket_thread, NULL, websocket_main, NULL);
+ /* pthread_t websocket_thread; */
+ /* pthread_create(&websocket_thread, NULL, websocket_main, NULL); */
return fuse_main(argc, argv, &tabfs_filesystem_operations, NULL);
}