summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-06-13 04:35:53 +0000
committerTim Potter <tpot@samba.org>2003-06-13 04:35:53 +0000
commit986eae40f7669d15dc75aed340e628aa7efafddc (patch)
tree49b21fd3baba988acaca9d2315e19f8b3203a2f7 /source/libads/ldap.c
parentc22a4074bd2b998339826ba629fe48153639ec18 (diff)
downloadsamba-986eae40f7669d15dc75aed340e628aa7efafddc.tar.gz
samba-986eae40f7669d15dc75aed340e628aa7efafddc.tar.xz
samba-986eae40f7669d15dc75aed340e628aa7efafddc.zip
Rename some uuid functions so as not to conflict with system
versions. Fixes bug #154.
Diffstat (limited to 'source/libads/ldap.c')
-rw-r--r--source/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index 3ce80975da4..c685ed53abe 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -1142,7 +1142,7 @@ static void dump_guid(const char *field, struct berval **values)
GUID guid;
for (i=0; values[i]; i++) {
memcpy(guid.info, values[i]->bv_val, sizeof(guid.info));
- printf("%s: %s\n", field, uuid_string_static(guid));
+ printf("%s: %s\n", field, smb_uuid_string_static(guid));
}
}