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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/rpccheck.c b/source3/utils/rpccheck.c
index 287b39bd1e..3956310241 100644
--- a/source3/utils/rpccheck.c
+++ b/source3/utils/rpccheck.c
@@ -40,6 +40,7 @@ main()
DEBUGLEVEL=10;
ctx=talloc_init();
+ if (!ctx) exit(1);
prs_init(&ps, 1600, 4, ctx, MARSHALL);