From 5593107dc4b246921157a349cafb0f38ad2dacda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 16 Oct 2017 19:58:52 +0200 Subject: [PATCH] uv --- src/network_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network_engine.cpp b/src/network_engine.cpp index e812f3cd..50f808fd 100644 --- a/src/network_engine.cpp +++ b/src/network_engine.cpp @@ -180,7 +180,7 @@ NetworkEngine::requestStep(Sp<Request> sreq) } // UDP std::weak_ptr<Request> wreq = sreq; - auto err = send(req.msg, 0, node, [this,wreq](int status) { + send(req.msg, 0, node, [this,wreq](int status) { if (auto req = wreq.lock()) { if (status >= 0) { ++req->attempt_count; -- GitLab