diff options
| author | 2019-01-31 01:26:06 -0800 | |
|---|---|---|
| committer | 2019-02-01 09:43:32 +0000 | |
| commit | e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1 (patch) | |
| tree | d4955498b1c74e22fbc9d6374e27ea32d4c5d9e6 /include | |
| parent | Improve the accessibility and robustness of prompt_bool. (diff) | |
| download | inspircd++-e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1.tar.gz inspircd++-e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1.tar.bz2 inspircd++-e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1.zip | |
Fix a minor typo in ssl.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules/ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 69bd65009..701c0d1f4 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -206,7 +206,7 @@ class SSLIOHook : public IOHook std::string GetFingerprint() const { ssl_cert* cert = GetCertificate(); - if (cert && certificate->IsUsable()) + if (cert && cert->IsUsable()) return cert->GetFingerprint(); return ""; } |
