From 9ad9a668d57de7858a85bd8b6b17594113e32598 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 06:15:39 +0000 Subject: Pascalize Unset in extension item classes. --- src/modules/m_sslinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_sslinfo.cpp') diff --git a/src/modules/m_sslinfo.cpp b/src/modules/m_sslinfo.cpp index 5c5375471..466a9f8be 100644 --- a/src/modules/m_sslinfo.cpp +++ b/src/modules/m_sslinfo.cpp @@ -61,7 +61,7 @@ class SSLCertExt : public ExtensionItem delete old; } - void unset(Extensible* container) + void Unset(Extensible* container) { Delete(container, UnsetRaw(container)); } @@ -414,7 +414,7 @@ class ModuleSSLInfo // If this is not set then the connection between the client and // the gateway is not secure. cmd.sslapi.nosslext.Set(user, 1); - cmd.sslapi.sslext.unset(user); + cmd.sslapi.sslext.Unset(user); return; } -- cgit v1.3.1-10-gc9f91