diff options
-rw-r--r-- | sesman/chansrv/chansrv_fuse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/chansrv_fuse.c b/sesman/chansrv/chansrv_fuse.c index 269601f2..07debdab 100644 --- a/sesman/chansrv/chansrv_fuse.c +++ b/sesman/chansrv/chansrv_fuse.c @@ -645,6 +645,8 @@ fuse_file_contents_range(int stream_id, char *data, int data_bytes) #include "arch.h" +char g_fuse_root_path[256] = ""; + /*****************************************************************************/ int APP_CC fuse_get_wait_objs(tbus *objs, int *count, int *timeout) |