Skip to content

Commit

Permalink
[XrdC] Use correct method to load placement group on write.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent 649169a commit e26eb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClEcHandler.hh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace XrdCl

if( objcfg->plgr.empty() )
{
XRootDStatus st = LoadPlacement( "*" );
XRootDStatus st = LoadPlacement();
if( !st.IsOK() ) return st;
}
writer.reset( new XrdEc::StrmWriter( *objcfg ) );
Expand Down

0 comments on commit e26eb94

Please sign in to comment.