Print

Print


@pkramp commented on this pull request.



> @@ -85,6 +85,11 @@ void XrdCmsRedirLocal::loadConfig(const char *filename) {
         httpRedirect = false;
       }
     }
+    // search for localroot,
+    // which manually sets localroot to prepend
+    else if (strcmp(word, "xrdcmsredirlocal.localroot") == 0){
+      localroot = std::string(Config.GetWord(true));//to lower case

Good point, fixed. The error checks are in as well

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1523#discussion_r740926292

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1