diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-06 09:15:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:20 -0500 |
commit | 115acb5dd0bcd3a4b52c3a02302e8c250715bb44 (patch) | |
tree | e54e85527c090d4aaf93af6f5a0b84fe7fdf9f16 /source4/ntvfs/common | |
parent | fd25c102849779fd5f0153d34c8ac3b82ddeca0c (diff) | |
download | samba-115acb5dd0bcd3a4b52c3a02302e8c250715bb44.tar.gz samba-115acb5dd0bcd3a4b52c3a02302e8c250715bb44.tar.bz2 samba-115acb5dd0bcd3a4b52c3a02302e8c250715bb44.zip |
r14939: don't use a void pointer
metze
(This used to be commit 03906b2b13c000ad9683f6bb1e336075655e1367)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/sidmap.c | 2 |
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; }; /* |