projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcaac16
)
Fix a spurious warning during deserialization of UDP streams.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 31 Mar 2018 10:15:13 +0000
(12:15 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 31 Mar 2018 10:15:13 +0000
(12:15 +0200)
udpinput.cpp
patch
|
blob
|
history
diff --git
a/udpinput.cpp
b/udpinput.cpp
index
81aef7f
..
e58ef91
100644
(file)
--- a/
udpinput.cpp
+++ b/
udpinput.cpp
@@
-152,6
+152,7
@@
InputProto UDPInput::serialize() const
serialized.set_bytes_received(stats.bytes_received);
serialized.set_data_bytes_received(stats.data_bytes_received);
serialized.set_connect_time(stats.connect_time);
+ serialized.set_is_metacube_encoded(false);
return serialized;
}