From 1978c49bea5b439d993067c055cec47e70db8fd6 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 22:33:50 +0200 Subject: minor refactoring --- src/bincimap-up.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bincimap-up.cc') diff --git a/src/bincimap-up.cc b/src/bincimap-up.cc index c74b98f..48615ad 100644 --- a/src/bincimap-up.cc +++ b/src/bincimap-up.cc @@ -1,15 +1,15 @@ -/** -------------------------------------------------------------------- +/** * @file bincimap-up.cc * @brief Implementation of the preauthenticated bincimap stub * @author Andreas Aardal Hanssen * @date 2002-2005 - * ------------------------------------------------------------------ **/ + */ + #include "imapserver.h" -//------------------------------------------------------------------------ int main(int argc, char *argv[]) { - Binc::IMAPServer imapServer(argc, argv); + auto imapServer = Binc::IMAPServer(argc, argv); int initResult = imapServer.initialize(); if (initResult != 0) return initResult; return imapServer.runStub(); -- cgit v1.2.3