diff options
-rw-r--r-- | source3/rpc_server/rpc_handles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/rpc_handles.c b/source3/rpc_server/rpc_handles.c index bfdc7a8561..e073fe45a2 100644 --- a/source3/rpc_server/rpc_handles.c +++ b/source3/rpc_server/rpc_handles.c @@ -103,7 +103,7 @@ bool init_pipe_handles(pipes_struct *p, const struct ndr_syntax_id *syntax) /* * First open, we have to create the handle list */ - hl = talloc_zero(p, struct handle_list); + hl = talloc_zero(NULL, struct handle_list); if (hl == NULL) { return false; } |