]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc: Add missing spaces to error messages
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 21 Dec 2023 20:54:55 +0000 (09:54 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 23:48:46 +0000 (23:48 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_string.c

index 0d18354a5dee1d65f9fe1a676f17cc9ceaa04e78..2ad139b420be04923d0f6bb5f2535c1f24482a3e 100644 (file)
@@ -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);
        }