This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit cab2ac388e28d1102528eaa78c0d4e8e4cd1b91b
Author: Phil Sorber <[email protected]>
AuthorDate: Wed Sep 28 08:21:13 2016 -0600

    TS-4699: Fix CID 1363290
---
 lib/atscppapi/examples/websocket/WSBuffer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/atscppapi/examples/websocket/WSBuffer.cc 
b/lib/atscppapi/examples/websocket/WSBuffer.cc
index 5cefa34..ee406a6 100644
--- a/lib/atscppapi/examples/websocket/WSBuffer.cc
+++ b/lib/atscppapi/examples/websocket/WSBuffer.cc
@@ -49,7 +49,7 @@
 
 static const std::string magic = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
 
-WSBuffer::WSBuffer()
+WSBuffer::WSBuffer() : frame_(0)
 {
 }
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to