Skip to content

Commit

Permalink
[XrdCl] Make sure client reports that it is using the current protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Oct 18, 2019
1 parent 96c04cc commit af832de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClXRootDTransport.cc
Expand Up @@ -1689,7 +1689,7 @@ namespace XrdCl

loginReq->requestid = kXR_login;
loginReq->pid = ::getpid();
loginReq->capver[0] = kXR_asyncap | kXR_ver004;
loginReq->capver[0] = kXR_asyncap | kXR_ver005;
loginReq->dlen = cgiLen;
loginReq->ability = kXR_fullurl | kXR_readrdok | kXR_lclfile;

Expand Down

0 comments on commit af832de

Please sign in to comment.