mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
smbd: fix "ea support = no"
Introduced by de83946311d8c1f007c236751280e9f101cc3a29. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14829 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Sep 11 21:48:01 UTC 2021 on sn-devel-184
This commit is contained in:
parent
ed35fce4fe
commit
926db374a6
@ -658,11 +658,12 @@ static unsigned int estimate_ea_size(files_struct *fsp)
|
||||
return 0;
|
||||
}
|
||||
|
||||
mem_ctx = talloc_stackframe();
|
||||
if (!lp_ea_support(SNUM(fsp->conn))) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
mem_ctx = talloc_stackframe();
|
||||
|
||||
/* If this is a stream fsp, then we need to instead find the
|
||||
* estimated ea len from the main file, not the stream
|
||||
* (streams cannot have EAs), but the estimate isn't just 0 in
|
||||
|
Loading…
x
Reference in New Issue
Block a user