Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed May 9, 2018
1 parent 4cc7745 commit a2fba69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -19,7 +19,6 @@ include( XrdClient )

if( ENABLE_XRDCL )
add_subdirectory( XrdCl )
add_subdirectory( api_test )
endif()

include( XrdServer )
Expand Down
4 changes: 0 additions & 4 deletions src/XrdCl/XrdClURL.cc
Expand Up @@ -253,10 +253,6 @@ namespace XrdCl
if( *result != 0 )
return false;
}
else if( pProtocol == "roots" || pProtocol == "xroots" )
{
// TODO set default port for secure connection
}

ComputeHostId();
return true;
Expand Down

0 comments on commit a2fba69

Please sign in to comment.