Skip to content

Commit

Permalink
[Proxy] Correct version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Nov 12, 2019
1 parent 4461a22 commit e74b22c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/XrdPss/XrdPss.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ using namespace XrdProxy;
/* XrdOssGetSS (a.k.a. XrdOssGetStorageSystem) */
/******************************************************************************/

XrdVERSIONINFO(XrdOssGetStorageSystem,XrdPss);
XrdVERSIONINFO(XrdOssGetStorageSystem2,XrdPss);

// This function is called by the OFS layer to retrieve the Storage System
// object. We return our proxy storage system object if configuration succeeded.
Expand Down Expand Up @@ -138,9 +138,8 @@ XrdOss *XrdOssGetStorageSystem2(XrdOss *native_oss,
/******************************************************************************/

XrdPssSys::XrdPssSys() : LocalRoot(0), theN2N(0), DirFlags(0),
myVersion(&XrdVERSIONINFOVAR(XrdOssGetStorageSystem)),
myVersion(&XrdVERSIONINFOVAR(XrdOssGetStorageSystem2)),
myFeatures(XRDOSS_HASPRXY)

{}

/******************************************************************************/
Expand Down

0 comments on commit e74b22c

Please sign in to comment.