mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Fix clang-tidy warning from recent SVCB merge
This commit is contained in:
parent
cff4edd732
commit
4d338ccd7d
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ RecordValPtr DNS_MsgInfo::BuildSVCB_Val(const SVCB_DATA& svcb) {
|
|||
r->Assign(0, svcb.svc_priority);
|
||||
r->Assign(1, svcb.target_name);
|
||||
if ( svcb.svc_params )
|
||||
r->Assign(2, std::move(svcb.svc_params));
|
||||
r->Assign(2, svcb.svc_params);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue