Commit 42a6fc28 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

rpcss: No need to initialize entry list pointers.

parent 5b406f89
......@@ -113,7 +113,6 @@ void __cdecl ept_insert(handle_t h,
*status = EPT_S_CANT_PERFORM_OP;
break;
}
list_init(&entry->entry);
memcpy(entry->annotation, entries[i].annotation, sizeof(entries[i].annotation));
rpc_status = TowerExplode(entries[i].tower, &entry->iface, &entry->syntax,
&entry->protseq, &entry->endpoint,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment