mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
smbd: Remove an assert that never triggers
We've checked that right above. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
@ -221,9 +221,6 @@ NTSTATUS get_ea_names_from_fsp(TALLOC_CTX *mem_ctx,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
/* should be the case that fsp != NULL */
|
||||
SMB_ASSERT(fsp != NULL);
|
||||
|
||||
sizeret = SMB_VFS_FLISTXATTR(fsp, ea_namelist,
|
||||
ea_namelist_size);
|
||||
|
||||
|
Reference in New Issue
Block a user