Marcus Meissner : rpcrt4: Initialize CurrentHeader.

Alexandre Julliard julliard at winehq.org
Wed Jan 23 05:25:05 CST 2008


Module: wine
Branch: master
Commit: 20dcbc3de9186ee6dc2e972e98141990eeb0af43
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=20dcbc3de9186ee6dc2e972e98141990eeb0af43

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Wed Jan 23 07:58:30 2008 +0100

rpcrt4: Initialize CurrentHeader.

---

 dlls/rpcrt4/rpc_message.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/rpc_message.c b/dlls/rpcrt4/rpc_message.c
index 7cd6723..f56e3a4 100644
--- a/dlls/rpcrt4/rpc_message.c
+++ b/dlls/rpcrt4/rpc_message.c
@@ -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;




More information about the wine-cvs mailing list