aboutsummaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp')
-rw-r--r--implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp b/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp
index 1e4f0fe0..35638cd7 100644
--- a/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp
+++ b/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp
@@ -35,7 +35,7 @@ struct storage :
socket_type_t &socket_;
endpoint_type_t &sender_;
receive_handler_t handler_;
- byte_t *buffer_;
+ byte_t *buffer_ = nullptr;
size_t length_;
std::uint8_t multicast_id_;
bool is_v4_;