svn commit: samba r14939 - in branches/SAMBA_4_0/source/ntvfs/common: .

metze at samba.org metze at samba.org
Thu Apr 6 09:15:19 GMT 2006


Author: metze
Date: 2006-04-06 09:15:17 +0000 (Thu, 06 Apr 2006)
New Revision: 14939

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

Log:
don't use a void pointer

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/common/sidmap.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/common/sidmap.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/sidmap.c	2006-04-06 03:31:31 UTC (rev 14938)
+++ branches/SAMBA_4_0/source/ntvfs/common/sidmap.c	2006-04-06 09:15:17 UTC (rev 14939)
@@ -43,7 +43,7 @@
   private context for sid mapping routines
 */
 struct sidmap_context {
-	void *samctx;
+	struct ldb_wrap *samctx;
 };
 
 /*



More information about the samba-cvs mailing list