diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificates.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificates.cc b/src/certificates.cc index 51d6eac9..085cea80 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -110,7 +110,7 @@ Certificate::operator= (Certificate const & other) RSA_free (_public_key); _public_key = 0; - read_string (other.certificate ()); + read_string (other.certificate (true)); return *this; } |
