Skip to content

Commit

Permalink
Squelch a compilation error under Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Furano committed Apr 12, 2022
1 parent 57b360f commit d98818e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdOss/XrdOssCreate.cc
Expand Up @@ -116,6 +116,7 @@ int XrdOssSys::Create(const char *tident, const char *path, mode_t access_mode,
EPNAME("Create")
const int AMode = S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH; // 775
char local_path[MAXPATHLEN+1], *p, pc;
local_path[0] = '\0';
unsigned long long remotefs;
int isLink = 0, Missing = 1, retc = 0, datfd;
XrdOssCreateInfo crInfo(local_path, path, access_mode, Opts);
Expand Down

0 comments on commit d98818e

Please sign in to comment.