diff options
| author | 2020-04-14 19:57:10 +0100 | |
|---|---|---|
| committer | 2020-04-14 19:57:10 +0100 | |
| commit | bafb721640e6e5847b2a61f6c1989161bab04368 (patch) | |
| tree | bc32aa57ef97eba6bbf3dc1c73b7289e04f1a82a /src/modules/m_starttls.cpp | |
| parent | Alow modules to specify multiple syntax lines. (diff) | |
| parent | Rename mkversions to mkdescriptions. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_starttls.cpp')
| -rw-r--r-- | src/modules/m_starttls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_starttls.cpp b/src/modules/m_starttls.cpp index 1bb8971bd..293e072fe 100644 --- a/src/modules/m_starttls.cpp +++ b/src/modules/m_starttls.cpp @@ -65,7 +65,7 @@ class CommandStartTLS : public SplitCommand user->WriteNumeric(RPL_STARTTLS, "STARTTLS successful, go ahead with TLS handshake"); /* We need to flush the write buffer prior to adding the IOHook, - * otherwise we'll be sending this line inside the SSL session - which + * otherwise we'll be sending this line inside the TLS (SSL) session - which * won't start its handshake until the client gets this line. Currently, * we assume the write will not block here; this is usually safe, as * STARTTLS is sent very early on in the registration phase, where the |
