Skip to content

Commit

Permalink
Initialize the 'myFile' variable in the Reset function when a protoco…
Browse files Browse the repository at this point in the history
…l object get's recycled
  • Loading branch information
apeters1971 authored and ljanyst committed Jun 6, 2013
1 parent 76f5750 commit 20acc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdXrootd/XrdXrootdProtocol.cc
Expand Up @@ -712,6 +712,7 @@ void XrdXrootdProtocol::Reset()
myIOLen = 0;
myStalls = 0;
myAioReq = 0;
myFile = 0;
numReads = 0;
numReadP = 0;
numReadV = 0;
Expand Down

0 comments on commit 20acc93

Please sign in to comment.