svn commit: samba r12766 - in branches/SAMBA_4_0/source/torture/rpc: .

vlendec at samba.org vlendec at samba.org
Sun Jan 8 12:44:42 GMT 2006


Author: vlendec
Date: 2006-01-08 12:44:41 +0000 (Sun, 08 Jan 2006)
New Revision: 12766

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

Log:
fix the build
Modified:
   branches/SAMBA_4_0/source/torture/rpc/lsa_lookup.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/lsa_lookup.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/lsa_lookup.c	2006-01-08 12:31:06 UTC (rev 12765)
+++ branches/SAMBA_4_0/source/torture/rpc/lsa_lookup.c	2006-01-08 12:44:41 UTC (rev 12766)
@@ -108,7 +108,7 @@
 	return dcerpc_lsa_LookupSids(p, mem_ctx, &r);
 }
 
-const char *sid_type_lookup(enum lsa_SidType r)
+static const char *sid_type_lookup(enum lsa_SidType r)
 {
 	switch (r) {
 		case SID_NAME_USE_NONE: return "SID_NAME_USE_NONE"; break;



More information about the samba-cvs mailing list