diff --git a/src/XrdPosix/XrdPosixPrepIO.cc b/src/XrdPosix/XrdPosixPrepIO.cc index e1f26c99cfc..0c4b93b62d1 100644 --- a/src/XrdPosix/XrdPosixPrepIO.cc +++ b/src/XrdPosix/XrdPosixPrepIO.cc @@ -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; }