dll: fuse: add --UserName and --GroupName

This commit is contained in:
Bill Zissimopoulos
2019-07-08 15:12:26 -07:00
parent c97f2cb660
commit fb6893968a
3 changed files with 79 additions and 2 deletions

View File

@ -216,11 +216,13 @@ static int fsp_fuse_opt_call_proc(struct fsp_fuse_env *env,
goto exit;
}
result = 0;
exit:
if (0 != fullarg)
env->memfree(fullarg);
return 0;
return result;
}
static int fsp_fuse_opt_process_arg(struct fsp_fuse_env *env,