svn commit: samba r18663 - in branches/SAMBA_3_0/source: include libads

jra at samba.org jra at samba.org
Tue Sep 19 01:07:41 GMT 2006


Author: jra
Date: 2006-09-19 01:07:40 +0000 (Tue, 19 Sep 2006)
New Revision: 18663

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18663

Log:
Fix one more uuid -> GUID.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/include/ads_protos.h
   branches/SAMBA_3_0/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/include/ads_protos.h
===================================================================
--- branches/SAMBA_3_0/source/include/ads_protos.h	2006-09-19 00:56:02 UTC (rev 18662)
+++ branches/SAMBA_3_0/source/include/ads_protos.h	2006-09-19 01:07:40 UTC (rev 18663)
@@ -20,7 +20,7 @@
 			      BOOL *more_strings);
 BOOL ads_pull_uint32(ADS_STRUCT *ads, LDAPMessage *msg, const char *field,
 		     uint32 *v);
-BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct uuid *guid);
+BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct GUID *guid);
 BOOL ads_pull_sid(ADS_STRUCT *ads, LDAPMessage *msg, const char *field,
 		  DOM_SID *sid);
 int ads_pull_sids(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx,

Modified: branches/SAMBA_3_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap.c	2006-09-19 00:56:02 UTC (rev 18662)
+++ branches/SAMBA_3_0/source/libads/ldap.c	2006-09-19 01:07:40 UTC (rev 18663)
@@ -2089,7 +2089,7 @@
  * @param guid 37-byte area to receive text guid
  * @return boolean indicating success
  **/
- BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct uuid *guid)
+ BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct GUID *guid)
 {
 	char **values;
 	UUID_FLAT flat_guid;



More information about the samba-cvs mailing list