rpcrt4: Initialize variable to avoid compiler warning.

This commit is contained in:
Gerald Pfeifer 2007-10-24 14:33:39 +02:00 committed by Alexandre Julliard
parent 512239d515
commit 826a6d09d4

View file

@ -167,7 +167,7 @@ static void RPCRT4_process_packet(RpcConnection* conn, RpcPktHdr* hdr, RPC_MESSA
RpcServerInterface* sif;
RPC_DISPATCH_FUNCTION func;
UUID *object_uuid;
RpcPktHdr *response;
RpcPktHdr *response = NULL;
void *buf = msg->Buffer;
RPC_STATUS status;
BOOL exception;