Skip to content

Commit

Permalink
Merge pull request #5130 from alrossi/fix/6.0/protocol-version-xrootd…
Browse files Browse the repository at this point in the history
…-transfer-service

pool: fix the xrootd version number on pool transfer service
  • Loading branch information
mksahakyan committed Oct 28, 2019
2 parents 7519c90 + 9557e03 commit f4a7af3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -470,7 +470,7 @@
<property name="factories">
<map>
<entry key="NFS4-4" value-ref="nfs-transfer-service" />
<entry key="Xrootd-2" value-ref="xrootd-transfer-service"/>
<entry key="Xrootd-4" value-ref="xrootd-transfer-service"/>
<entry key="Http-1" value-ref="http-transfer-service"/>
<entry key="RemoteHttpDataTransfer-1" value-ref="remote-http-transfer-service"/>
<entry key="RemoteHttpsDataTransfer-1" value-ref="remote-http-transfer-service"/>
Expand Down

0 comments on commit f4a7af3

Please sign in to comment.