diff --git a/lix/libstore/remote-store-connection.hh b/lix/libstore/remote-store-connection.hh index 38a77d643..74496cbb9 100644 --- a/lix/libstore/remote-store-connection.hh +++ b/lix/libstore/remote-store-connection.hh @@ -109,7 +109,10 @@ struct RemoteStore::ConnectionHandle ConnectionHandle(ConnectionHandle && h) : handle(std::move(h.handle)) - { } + , daemonException(h.daemonException) + { + h.daemonException = false; + } ~ConnectionHandle();