svn commit: samba r22466 - in branches/SAMBA_3_0/source/nsswitch: .

gd at samba.org gd at samba.org
Sun Apr 22 20:15:00 GMT 2007


Author: gd
Date: 2007-04-22 20:15:00 +0000 (Sun, 22 Apr 2007)
New Revision: 22466

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

Log:
Fix build warning.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2007-04-22 17:06:22 UTC (rev 22465)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2007-04-22 20:15:00 UTC (rev 22466)
@@ -2363,7 +2363,7 @@
 
 
 BOOL lookup_cached_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
-		       const char **domain_name, const char **name,
+		       char **domain_name, char **name,
 		       enum lsa_SidType *type)
 {
 	struct winbindd_domain *domain;



More information about the samba-cvs mailing list