diff --git a/src/tcp_ip/stream.cpp b/src/tcp_ip/stream.cpp index f1966da..ecc05e8 100644 --- a/src/tcp_ip/stream.cpp +++ b/src/tcp_ip/stream.cpp @@ -258,7 +258,7 @@ void Stream::auto_cleanup_client_data(bool value) { } void Stream::auto_cleanup_server_data(bool value) { - auto_cleanup_client_ = value; + auto_cleanup_server_ = value; } void Stream::enable_ack_tracking() {