mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib: Remove pointless \ line endings
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4f64e455f6
commit
7f935e2774
@ -485,8 +485,8 @@ size_t pull_string_talloc(TALLOC_CTX *ctx,
|
||||
"UNICODE defined");
|
||||
}
|
||||
|
||||
if (!(flags & STR_ASCII) && \
|
||||
((flags & STR_UNICODE || \
|
||||
if (!(flags & STR_ASCII) &&
|
||||
((flags & STR_UNICODE ||
|
||||
(smb_flags2 & FLAGS2_UNICODE_STRINGS)))) {
|
||||
return pull_ucs2_base_talloc(ctx,
|
||||
base_ptr,
|
||||
|
Loading…
Reference in New Issue
Block a user