Skip to content

Commit f40058e

Browse files
committed
Set cc validy status in cache control query fails
1 parent d424946 commit f40058e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/XrdPfc/XrdPfc.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,9 @@ int Cache::Prepare(const char *curl, int oflags, mode_t mode)
12011201
}
12021202
else
12031203
{
1204+
// Message has a status beacuse we are in the block condition for cache-contol xattr
12041205
TRACE(Error, "Prepare() XrdCl::FileSystem::Query failed " << f_name.c_str());
1206+
ccIsValid = false;
12051207
}
12061208
}
12071209

0 commit comments

Comments
 (0)