diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 09:57:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 09:57:18 +0100 |
| commit | 68fa6e44a938d963129db758c25af8e843771a85 (patch) | |
| tree | bad6ceb0adc838df56e3218eb01960ba842a6a58 /src | |
| parent | 3eaadbed6bfc82e93d673875d0eb32bba05e6b4b (diff) | |
Fix uninitialised variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certificate.h b/src/certificate.h index 6722d4bf..be6a554c 100644 --- a/src/certificate.h +++ b/src/certificate.h @@ -49,6 +49,7 @@ public: Certificate () : _certificate (0) , _public_key (0) + , _extra_data (false) {} Certificate (std::string); |
