From 115acb5dd0bcd3a4b52c3a02302e8c250715bb44 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Apr 2006 09:15:17 +0000 Subject: r14939: don't use a void pointer metze (This used to be commit 03906b2b13c000ad9683f6bb1e336075655e1367) --- source4/ntvfs/common/sidmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/common') diff --git a/source4/ntvfs/common/sidmap.c b/source4/ntvfs/common/sidmap.c index cac238c70d..6f3cd42b62 100644 --- a/source4/ntvfs/common/sidmap.c +++ b/source4/ntvfs/common/sidmap.c @@ -43,7 +43,7 @@ private context for sid mapping routines */ struct sidmap_context { - void *samctx; + struct ldb_wrap *samctx; }; /* -- cgit