From: Tim Prouty Date: Thu, 21 May 2009 19:17:33 +0000 (-0700) Subject: s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch X-Git-Tag: tdb-1.1.5~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc68fc9d99bf1e334e53b1e9e74d56d678b6795;p=thirdparty%2Fsamba.git s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch --- diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index 7d4379f1fc8..6cfa24f9f61 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);