mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
Fix issues pointed out by scan.coverity
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Tins {
|
||||
namespace Internals {
|
||||
|
||||
IPv4Stream::IPv4Stream()
|
||||
: received_end_(false), received_size_(), total_size_() {
|
||||
: received_end_(false), transport_proto_(0xff), received_size_(), total_size_() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user