Skip to content

Commit

Permalink
Remove unnecessary cast.
Browse files Browse the repository at this point in the history
  • Loading branch information
osschar authored and abh3 committed Jun 30, 2016
1 parent a415832 commit ef14496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdPosix/XrdPosixPrepIO.cc
Expand Up @@ -95,6 +95,6 @@ bool XrdPosixPrepIO::Init(XrdOucCacheIOCB *iocbP)

// Inform the cache that we have now have a new I/O object
//
fileP->XCio->Update((XrdOucCacheIO2 &)*fileP);
fileP->XCio->Update(*fileP);
return true;
}

0 comments on commit ef14496

Please sign in to comment.