mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
Do not use an unfinished fsp in streams_xattr_open
(This used to be commit 023b313d0d4ed3beb8d77177bc8141cadeb86658)
This commit is contained in:
parent
6fcbb1111d
commit
fe57c149f0
@ -270,7 +270,7 @@ static int streams_xattr_open(vfs_handle_struct *handle, const char *fname,
|
||||
goto fail;
|
||||
}
|
||||
|
||||
status = get_ea_value(talloc_tos(), handle->conn, fsp, base,
|
||||
status = get_ea_value(talloc_tos(), handle->conn, NULL, base,
|
||||
xattr_name, &ea);
|
||||
|
||||
DEBUG(10, ("get_ea_value returned %s\n", nt_errstr(status)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user