From ca0f122938affc4318993e773c44e155171f3c53 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Fri, 8 May 2026 18:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Onvif/Onvif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Onvif/Onvif.cpp b/src/Onvif/Onvif.cpp index 35f49d6a..19c9f197 100644 --- a/src/Onvif/Onvif.cpp +++ b/src/Onvif/Onvif.cpp @@ -59,7 +59,7 @@ void OnvifSearcher::sendSearchBroadcast(std::string subnet_prefix, onDevice cb, _poller->async([weak_self, cb, timeout_ms, subnet_prefix]() mutable { auto strong_self = weak_self.lock(); if (strong_self) { - strong_self->sendSearchBroadcast_l(move(subnet_prefix), std::move(cb), timeout_ms); + strong_self->sendSearchBroadcast_l(std::move(subnet_prefix), std::move(cb), timeout_ms); } }); }