Skip to content

Commit

Permalink
[Client] Avoid deadlock in certain error recovery situations.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jun 16, 2017
1 parent b82db72 commit 42a983b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClInQueue.hh
Expand Up @@ -103,7 +103,7 @@ namespace XrdCl
typedef std::map<uint16_t, Message*> MessageMap;
MessageMap pMessages;
HandlerMap pHandlers;
XrdSysMutex pMutex;
XrdSysRecMutex pMutex;
};
}

Expand Down

0 comments on commit 42a983b

Please sign in to comment.