mirror of https://gitee.com/bigwinds/arangodb
Fix bug in stealConnection.
This commit is contained in:
parent
4a66d69ad5
commit
06999a5d25
|
@ -91,6 +91,7 @@ namespace triagens {
|
|||
GeneralClientConnection* tmp = _connection;
|
||||
_connection = 0;
|
||||
_state = DEAD;
|
||||
return tmp;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue