Author: gd
Date: 2005-12-20 12:15:10 +0000 (Tue, 20 Dec 2005)
New Revision: 12396

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

Log:
Fix build warning.

Guenther

Modified:
   trunk/source/libads/ldap.c


Changeset:
Modified: trunk/source/libads/ldap.c
===================================================================
--- trunk/source/libads/ldap.c  2005-12-20 03:36:45 UTC (rev 12395)
+++ trunk/source/libads/ldap.c  2005-12-20 12:15:10 UTC (rev 12396)
@@ -2875,7 +2875,7 @@
  * @param site_name Pointer to the number of suffixes
  * @return status of search
  **/
-ADS_STATUS ads_upn_suffixes(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, char 
**suffixes, uint32 *num_suffixes)
+ADS_STATUS ads_upn_suffixes(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, char 
**suffixes, size_t *num_suffixes)
 {
        ADS_STATUS status;
        void *res;

Reply via email to