From cfc68fc9d99bf1e334e53b1e9e74d56d678b6795 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 21 May 2009 12:17:33 -0700 Subject: s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch --- source3/modules/onefs_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/onefs_open.c') 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); -- cgit