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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user