summaryrefslogtreecommitdiff
path: root/src/managment/builder/settings.cpp
diff options
context:
space:
mode:
authoreportnov <eportnov@ibs.ru>2022-09-13 15:03:29 +0300
committereportnov <eportnov@ibs.ru>2022-09-13 15:03:29 +0300
commitbab12f829beb53feb6f48db7a0ef33574740989c (patch)
treeb99540f810072b746d033d6cd8d06aabb75afcad /src/managment/builder/settings.cpp
parenta58088ec7a45bb86b155a8ef9514b35b0ba8d1c9 (diff)
parente8aeea36e6b48e18d27f9d7857cd29524cc8aa1f (diff)
downloadobmc-sila-smtp-bab12f829beb53feb6f48db7a0ef33574740989c.tar.xz
Merge branch 'bugfix/write_file'
Diffstat (limited to 'src/managment/builder/settings.cpp')
-rw-r--r--src/managment/builder/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managment/builder/settings.cpp b/src/managment/builder/settings.cpp
index fa9fcea..bfa8fb2 100644
--- a/src/managment/builder/settings.cpp
+++ b/src/managment/builder/settings.cpp
@@ -12,7 +12,7 @@ namespace smtp::manage::builder
file::Settings Settings::GetFileSettings() const
{
static const std::string PATH = {"/home/eportnov/work/openbmc/build/cp2-5422/workspace/sources/smtp/settings.txt"};
- return file::Settings{PATH, {},{}};
+ return file::Settings{PATH};
}
}