From 7f935e27749b384e8bd324ba0051204f367d4ba9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 31 May 2024 11:41:28 +0200 Subject: [PATCH] lib: Remove pointless \ line endings Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/charcnv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index d00a3a3cfa0..dced1155d8f 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -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,