svn commit: samba r20987 - in branches/SAMBA_3_0/source/include: .

jerry at samba.org jerry at samba.org
Wed Jan 24 02:36:41 GMT 2007


Author: jerry
Date: 2007-01-24 02:36:40 +0000 (Wed, 24 Jan 2007)
New Revision: 20987

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

Log:
fix build farm breakage when ADS support is not present (caused by nss_info_methods API)
Modified:
   branches/SAMBA_3_0/source/include/nss_info.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/nss_info.h
===================================================================
--- branches/SAMBA_3_0/source/include/nss_info.h	2007-01-24 01:48:08 UTC (rev 20986)
+++ branches/SAMBA_3_0/source/include/nss_info.h	2007-01-24 02:36:40 UTC (rev 20987)
@@ -60,7 +60,11 @@
 	NTSTATUS (*get_nss_info)( struct nss_domain_entry *e, 
 				  const DOM_SID *sid, 
 				  TALLOC_CTX *ctx, 
+#ifdef WITH_ADS
 				  ADS_STRUCT *ads, LDAPMessage *msg,
+#else
+				  void *ads, void *msg,
+#endif
 				  char **homedir, char **shell, char **gecos, gid_t *p_gid);
 	NTSTATUS (*close_fn)( void );
 };



More information about the samba-cvs mailing list