summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-12 18:53:49 +0100
committerVolker Lendecke <vl@samba.org>2010-12-22 16:39:14 +0100
commit444dcc59c2b0fe616c833efa75a061c46ac12274 (patch)
treef03dda5051df64e4138bc4d52a6636e831d3b4ce /source3/libsmb/nmblib.c
parent87934d8c7906887df08c5556cea3b061f7e5c893 (diff)
downloadsamba-444dcc59c2b0fe616c833efa75a061c46ac12274.tar.gz
samba-444dcc59c2b0fe616c833efa75a061c46ac12274.tar.bz2
samba-444dcc59c2b0fe616c833efa75a061c46ac12274.zip
s3: Add some const to name_mangle()
Diffstat (limited to 'source3/libsmb/nmblib.c')
-rw-r--r--source3/libsmb/nmblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c
index 943cbcbe6d..e10bd7aa7b 100644
--- a/source3/libsmb/nmblib.c
+++ b/source3/libsmb/nmblib.c
@@ -1293,7 +1293,7 @@ static int name_interpret(unsigned char *buf, size_t buf_len,
Note: <Out> must be (33 + strlen(scope) + 2) bytes long, at minimum.
****************************************************************************/
-char *name_mangle(TALLOC_CTX *mem_ctx, char *In, char name_type)
+char *name_mangle(TALLOC_CTX *mem_ctx, const char *In, char name_type)
{
int i;
int len;