From: Joseph Sutton Date: Thu, 21 Dec 2023 20:54:55 +0000 (+1300) Subject: librpc: Add missing spaces to error messages X-Git-Tag: talloc-2.4.2~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65db36ca327d10344566e2fb4330e19050d645ef;p=thirdparty%2Fsamba.git librpc: Add missing spaces to error messages Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/librpc/ndr/ndr_string.c b/librpc/ndr/ndr_string.c index 0d18354a5de..2ad139b420b 100644 --- a/librpc/ndr/ndr_string.c +++ b/librpc/ndr/ndr_string.c @@ -496,7 +496,7 @@ _PUBLIC_ enum ndr_err_code ndr_pull_u16string(struct ndr_pull *ndr, ndr, NDR_ERR_STRING, "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS - "passed to ndr_pull_u16string()\n", + " passed to ndr_pull_u16string()\n", ndr->flags & LIBNDR_STRING_FLAGS); } @@ -518,7 +518,7 @@ _PUBLIC_ enum ndr_err_code ndr_pull_u16string(struct ndr_pull *ndr, ndr, NDR_ERR_STRING, "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS - "passed to ndr_pull_u16string()\n", + " passed to ndr_pull_u16string()\n", ndr->flags & LIBNDR_STRING_FLAGS); } @@ -572,7 +572,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_u16string(struct ndr_push *ndr, ndr, NDR_ERR_STRING, "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS - "passed to ndr_push_u16string()\n", + " passed to ndr_push_u16string()\n", ndr->flags & LIBNDR_STRING_FLAGS); } @@ -591,7 +591,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_u16string(struct ndr_push *ndr, ndr, NDR_ERR_STRING, "Unsupported string flags 0x%" PRI_LIBNDR_FLAGS - "passed to ndr_push_u16string()\n", + " passed to ndr_push_u16string()\n", ndr->flags & LIBNDR_STRING_FLAGS); }