Skip to content

Commit

Permalink
[Proxy] Allow proxy to forward xroots and roots protocols.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and osschar committed Oct 10, 2019
1 parent 88988ab commit 872c8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/XrdPss/XrdPss.cc
Expand Up @@ -644,7 +644,8 @@ int XrdPssDir::Close(long long *retsz)
/* o p e n */
/******************************************************************************/

#define IS_FWDPATH(x) (!strncmp("/xroot:/",x,8) || !strncmp("/root:/",x,7))
#define IS_FWDPATH(x) (!strncmp("/xroot:/", x,8) || !strncmp("/root:/", x,7)\
|| !strncmp("/xroots:/",x,9) || !strncmp("/roots:/",x,8))

/*
Function: Open the file `path' in the mode indicated by `Mode'.
Expand Down

0 comments on commit 872c8fc

Please sign in to comment.