summaryrefslogtreecommitdiffstats
path: root/source/lib/util_uuid.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-05-31 13:46:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:02 -0500
commit9727d05241574042dd3aa8844ae5c701d22e2da1 (patch)
tree31fc2c981f2de6044f41964d23a46ac51f82e419 /source/lib/util_uuid.c
parent318c3db4cb1c85be40b2f812f781bcf5f1da5c19 (diff)
downloadsamba-9727d05241574042dd3aa8844ae5c701d22e2da1.tar.gz
samba-9727d05241574042dd3aa8844ae5c701d22e2da1.tar.xz
samba-9727d05241574042dd3aa8844ae5c701d22e2da1.zip
r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1
Diffstat (limited to 'source/lib/util_uuid.c')
-rw-r--r--source/lib/util_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_uuid.c b/source/lib/util_uuid.c
index 8b8e70a36ef..df70740b33c 100644
--- a/source/lib/util_uuid.c
+++ b/source/lib/util_uuid.c
@@ -94,7 +94,7 @@ BOOL smb_string_to_uuid(const char *in, struct uuid* uu)
{
BOOL ret = False;
const char *ptr = in;
- char *end = CONST_DISCARD(char *, in);
+ char *end = (char *)in;
int i;
unsigned v1, v2;