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);
}
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);
}
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);
}
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);
}