1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().

This commit is contained in:
Luke Leighton
-
parent 6b919ebb4e
commit 3f9455c535
6 changed files with 79 additions and 62 deletions

View File

@ -728,7 +728,7 @@ BOOL smb_io_buffer2(char *desc, BUFFER2 *buf2, uint32 buffer, prs_struct *ps, i
/*******************************************************************
creates a UNISTR2 structure: sets up the buffer, too
********************************************************************/
BOOL make_buf_unistr2(UNISTR2 *str, uint32 *ptr, char *buf)
BOOL make_buf_unistr2(UNISTR2 *str, uint32 *ptr, const char *buf)
{
if (buf != NULL)
{