summaryrefslogtreecommitdiff
path: root/source3/utils/rpccheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/rpccheck.c')
-rw-r--r--source3/utils/rpccheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/rpccheck.c b/source3/utils/rpccheck.c
index ab7286f8be..ae109f69b6 100644
--- a/source3/utils/rpccheck.c
+++ b/source3/utils/rpccheck.c
@@ -38,7 +38,7 @@ main()
setup_logging("", True);
DEBUGLEVEL=10;
- ctx=talloc_init();
+ ctx=talloc_init("main");
if (!ctx) exit(1);
prs_init(&ps, 1600, 4, ctx, MARSHALL);