summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r--source4/ntvfs/common/sidmap.c2
1 files changed, 1 insertions, 1 deletions
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;
};
/*