Skip to content

Commit

Permalink
[XrdCl] Fix more ROOT garbage collector insanity
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jun 6, 2013
1 parent 3cbb67e commit bf9d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClFileStateHandler.cc
Expand Up @@ -274,7 +274,7 @@ namespace XrdCl
if( DefaultEnv::GetForkHandler() )
DefaultEnv::GetForkHandler()->UnRegisterFileObject( this );

if( pFileState != Closed )
if( pFileState != Closed && DefaultEnv::GetPostMaster() )
{
XRootDStatus st;
MonitorClose( &st );
Expand Down

0 comments on commit bf9d420

Please sign in to comment.