summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/clitar.c')
-rw-r--r--source3/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index a4c1f00adf..13df5fef9a 100644
--- a/source3/client/clitar.c
+++ b/source3/client/clitar.c
@@ -374,7 +374,7 @@ static long unoct(char *p, int ndgs)
/****************************************************************************
Compare two strings in a slash insensitive way
***************************************************************************/
-int strslashcmp(const char *s1, const char *s2)
+int strslashcmp(char *s1,char *s2)
{
while(*s1 && *s2 &&
(*s1 == *s2