Possible fix:

diff --git a/src/XrdCl/XrdClURL.cc b/src/XrdCl/XrdClURL.cc
index c7c6471..386f7b9 100644
--- a/src/XrdCl/XrdClURL.cc
+++ b/src/XrdCl/XrdClURL.cc
@@ -370,7 +370,8 @@ namespace XrdCl
   {
     Env *env = DefaultEnv::GetEnv();
     int mlProcessing = DefaultMetalinkProcessing;
-    env->GetInt( "MetalinkProcessing", mlProcessing );
+    if( env )
+      env->GetInt( "MetalinkProcessing", mlProcessing );
     if( !mlProcessing ) return false;
     return PathEndsWith( ".meta4" ) || PathEndsWith( ".metalink" );
   }


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bastianbeischer in #433: Possible fix:\r\n\r\n```diff\r\ndiff --git a/src/XrdCl/XrdClURL.cc b/src/XrdCl/XrdClURL.cc\r\nindex c7c6471..386f7b9 100644\r\n--- a/src/XrdCl/XrdClURL.cc\r\n+++ b/src/XrdCl/XrdClURL.cc\r\n@@ -370,7 +370,8 @@ namespace XrdCl\r\n {\r\n Env *env = DefaultEnv::GetEnv();\r\n int mlProcessing = DefaultMetalinkProcessing;\r\n- env-\u003eGetInt( \"MetalinkProcessing\", mlProcessing );\r\n+ if( env )\r\n+ env-\u003eGetInt( \"MetalinkProcessing\", mlProcessing );\r\n if( !mlProcessing ) return false;\r\n return PathEndsWith( \".meta4\" ) || PathEndsWith( \".metalink\" );\r\n }\r\n```"}],"action":{"name":"View Issue","url":"https://github.com/xrootd/xrootd/issues/433#issuecomment-259246246"}}}

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