1
0
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:
Stefan Metzmacher
2010-08-08 09:23:00 +02:00
parent ac9f06c9b9
commit cc6951243d

View File

@ -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;