mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
lib/adouble: fix a long line
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14171 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
b63069db9f
commit
f0c8ac47a4
@ -2184,7 +2184,11 @@ static ssize_t ad_read_rsrc_adouble(vfs_handle_struct *handle,
|
||||
ad->ad_data = p_ad;
|
||||
}
|
||||
|
||||
len = SMB_VFS_NEXT_PREAD(handle, ad->ad_fsp, ad->ad_data, talloc_array_length(ad->ad_data), 0);
|
||||
len = SMB_VFS_NEXT_PREAD(handle,
|
||||
ad->ad_fsp,
|
||||
ad->ad_data,
|
||||
talloc_array_length(ad->ad_data),
|
||||
0);
|
||||
if (len != talloc_array_length(ad->ad_data)) {
|
||||
DBG_NOTICE("%s %s: bad size: %zd\n",
|
||||
smb_fname->base_name, strerror(errno), len);
|
||||
|
Loading…
Reference in New Issue
Block a user