summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/sidmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/common/sidmap.c')
-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 3254330c2f..46e02b5da1 100644
--- a/source4/ntvfs/common/sidmap.c
+++ b/source4/ntvfs/common/sidmap.c
@@ -45,7 +45,7 @@ struct sidmap_context {
struct sidmap_context *sidmap_open(TALLOC_CTX *mem_ctx)
{
struct sidmap_context *sidmap;
- sidmap = talloc_p(mem_ctx, struct sidmap_context);
+ sidmap = talloc(mem_ctx, struct sidmap_context);
if (sidmap == NULL) {
return NULL;
}