WebSocket: Coverity std::move suggestion

This commit is contained in:
Arne Welzel 2024-01-24 09:23:38 +01:00
parent b5b30eb58d
commit 96376fe487

View file

@ -85,7 +85,7 @@ refine flow WebSocket_Flow += {
zeek::BifEvent::enqueue_websocket_frame_data(connection()->zeek_analyzer(), zeek::BifEvent::enqueue_websocket_frame_data(connection()->zeek_analyzer(),
connection()->zeek_analyzer()->Conn(), connection()->zeek_analyzer()->Conn(),
is_orig(), is_orig(),
data_val); std::move(data_val));
} }
// Forward text and binary data to downstream analyzers. // Forward text and binary data to downstream analyzers.