1
0
Fork 0

Fix bug in stealConnection.

This commit is contained in:
Max Neunhoeffer 2014-01-14 09:44:27 +01:00
parent 4a66d69ad5
commit 06999a5d25
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ namespace triagens {
GeneralClientConnection* tmp = _connection;
_connection = 0;
_state = DEAD;
return tmp;
}
////////////////////////////////////////////////////////////////////////////////