libstore: correctly move remote connection exception info
Change-Id: I264dab54502c178a362593b3c757110588e0548a
This commit is contained in:
@@ -109,7 +109,10 @@ struct RemoteStore::ConnectionHandle
|
||||
|
||||
ConnectionHandle(ConnectionHandle && h)
|
||||
: handle(std::move(h.handle))
|
||||
{ }
|
||||
, daemonException(h.daemonException)
|
||||
{
|
||||
h.daemonException = false;
|
||||
}
|
||||
|
||||
~ConnectionHandle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user