mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
WebSocket: Coverity std::move suggestion
This commit is contained in:
parent
b5b30eb58d
commit
96376fe487
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue