mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
87f03333e8
Before this patch we asserted that if we have a base_fsp then smb_fname must have a stream name attached. Now we also assert that if we don't have a base_fsp smb_fname is not a stream. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>