This is an automated email from the ASF dual-hosted git repository.
paziz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new db1af96 Coverity 1021715: Initialize variable done to false
db1af96 is described below
commit db1af9670c309a8a12f115bc9bc8d081af9a68e2
Author: Syeda Persia Aziz <[email protected]>
AuthorDate: Mon May 29 14:27:15 2017 -0500
Coverity 1021715: Initialize variable done to false
---
proxy/InkIOCoreAPI.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/InkIOCoreAPI.cc b/proxy/InkIOCoreAPI.cc
index 237b055..9dd16c2 100644
--- a/proxy/InkIOCoreAPI.cc
+++ b/proxy/InkIOCoreAPI.cc
@@ -114,7 +114,7 @@ struct INKThreadInternal : public EThread {
struct {
ink_mutex lock;
ink_cond signal;
- bool done;
+ bool done = false;
} completion;
};
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].