summaryrefslogtreecommitdiff
path: root/src/service/smtp.cpp
diff options
context:
space:
mode:
authorclaiff <claiff@mail.ru>2022-10-05 16:03:08 +0300
committerclaiff <claiff@mail.ru>2022-10-05 16:03:08 +0300
commit8edef99a5b52643e0b919c424357752cbbc9a8dd (patch)
treec7ae9c113d29aa3350eca04f27a933bd3b5f769c /src/service/smtp.cpp
parent2b03fece7f5895591eabd2f04baa2df19b4c3417 (diff)
parent3f1f70a3b945605c6abb7d23f46042b963db243a (diff)
downloadobmc-sila-smtp-8edef99a5b52643e0b919c424357752cbbc9a8dd.tar.xz
Merge branch 'refactor/3009'
Diffstat (limited to 'src/service/smtp.cpp')
-rw-r--r--src/service/smtp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/smtp.cpp b/src/service/smtp.cpp
index 7b1ca70..90e3acc 100644
--- a/src/service/smtp.cpp
+++ b/src/service/smtp.cpp
@@ -11,7 +11,7 @@ namespace smtp::service
:mSettingsStorage(settings), mMailTo(mail_to)
{
CreateService( connection );
- CreateMessengerInterface( connection );
+ CreateMessengerInterface( connection );
CreateSettingsManagerInterface( connection );
CreateMailManagerInterface( connection );
}