Skip to content
Snippets Groups Projects
Commit ae1e5d67 authored by Michael Davis's avatar Michael Davis
Browse files

[cta_frontend] Use dummy SSS client ID when compiled with debug flag

parent c04ecd0f
Branches
Tags
No related merge requests found
......@@ -87,6 +87,8 @@ public:
<< (resource.rOpts & XrdSsiResource::Reusable ? "Resuable " : "")
<< (resource.rOpts & XrdSsiResource::Discard ? "Discard" : "")
<< std::endl;
if(resource.client->name == nullptr) resource.client->name = "dummy_client";
#endif
if(resource.client == nullptr || resource.client->name == nullptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment