s3:rpc improve handles memory hierarchy and use better name.
[kamenim/samba.git] / source3 / rpc_server / rpc_ncacn_np_internal.c
index 18251c688ee9db32c0d4c7d6808285b45b368117..e8e8f90db969471dbec7e8c7401335a052d9912b 100644 (file)
@@ -141,7 +141,7 @@ struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx,
                return NULL;
        }
 
-       if (!init_pipe_handle_list(p, syntax)) {
+       if (!init_pipe_handles(p, syntax)) {
                DEBUG(0,("open_rpc_pipe_p: init_pipe_handles failed.\n"));
                TALLOC_FREE(p);
                return NULL;