diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/onefs_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index 7d4379f1fc..6cfa24f9f6 100644 --- a/source3/modules/onefs_open.c +++ b/source3/modules/onefs_open.c @@ -2069,7 +2069,7 @@ NTSTATUS onefs_create_file(vfs_handle_struct *handle, goto fail; } - status = get_full_smb_filename(talloc_tos(), &smb_fname, + status = get_full_smb_filename(talloc_tos(), smb_fname, &converted_fname); if (!NT_STATUS_IS_OK(status)) { TALLOC_FREE(smb_fname); |