mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
rpcrt4: Initialize CurrentHeader.
This commit is contained in:
parent
a6d85fe801
commit
20dcbc3de9
@ -806,7 +806,7 @@ RPC_STATUS RPCRT4_Receive(RpcConnection *Connection, RpcPktHdr **Header,
|
||||
unsigned long buffer_length;
|
||||
unsigned long auth_length;
|
||||
unsigned char *auth_data = NULL;
|
||||
RpcPktHdr *CurrentHeader;
|
||||
RpcPktHdr *CurrentHeader = NULL;
|
||||
void *payload = NULL;
|
||||
|
||||
*Header = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user