diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-03 22:14:38 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-03 22:14:38 +0000 |
commit | 3f9455c535607090103a371ff96051a5ce32e461 (patch) | |
tree | a8b82cd7fb632663add5ac24843561ed14e40b69 /source/rpc_parse/parse_misc.c | |
parent | 6b919ebb4ed8c0082d8bffb299766bff9e718faf (diff) | |
download | samba-3f9455c535607090103a371ff96051a5ce32e461.tar.gz samba-3f9455c535607090103a371ff96051a5ce32e461.tar.xz samba-3f9455c535607090103a371ff96051a5ce32e461.zip |
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r-- | source/rpc_parse/parse_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c index 925adeca128..03cec1128c3 100644 --- a/source/rpc_parse/parse_misc.c +++ b/source/rpc_parse/parse_misc.c @@ -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) { |