Browse Source

fuse.cpp

config
Antonio SJ Musumeci 6 days ago
parent
commit
70d2ef58ee
  1. 2
      libfuse/lib/fuse.cpp

2
libfuse/lib/fuse.cpp

@ -3862,7 +3862,7 @@ fuse_new(struct fuse_chan *ch,
if(fuse_opt_parse(args,&f.conf,fuse_lib_opts,fuse_lib_opt_proc) == -1)
goto out_free_fs;
g_LOG_METRICS = f.conf.debug;
g_LOG_METRICS = fuse_cfg.debug;
f.se = fuse_lowlevel_new_common(args,&llop,sizeof(llop),&f);
if(f.se == NULL)

Loading…
Cancel
Save