1
0
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:
Volker Lendecke 2008-01-20 14:09:08 +01:00
parent 6fcbb1111d
commit fe57c149f0

View File

@ -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)));