mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s3:rpc_server: fix valgrind warning
metze
This commit is contained in:
@ -527,6 +527,7 @@ static bool check_bind_req(struct pipes_struct *p,
|
||||
return False;
|
||||
}
|
||||
|
||||
context_fns->next = context_fns->prev = NULL;
|
||||
context_fns->n_cmds = rpc_srv_get_pipe_num_cmds(abstract);
|
||||
context_fns->cmds = rpc_srv_get_pipe_cmds(abstract);
|
||||
context_fns->context_id = context_id;
|
||||
|
Reference in New Issue
Block a user