diff options
author | Treeki <treeki@gmail.com> | 2014-01-28 00:08:33 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-01-28 00:08:33 +0100 |
commit | b95ed984f8bd2fe413d53d4b8677fe3d04bc1ad9 (patch) | |
tree | 5da2f4d891215fb709f7165644fd4a0c92f1aefd /bouncer/main.cpp | |
parent | 277c08cbc35f4cb2b72f1b00ab3e5f8efd2f8fb2 (diff) | |
download | bounce4-b95ed984f8bd2fe413d53d4b8677fe3d04bc1ad9.tar.gz bounce4-b95ed984f8bd2fe413d53d4b8677fe3d04bc1ad9.zip |
implement server configuration loading/saving
Diffstat (limited to '')
-rw-r--r-- | bouncer/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bouncer/main.cpp b/bouncer/main.cpp index 5330310..6c248c8 100644 --- a/bouncer/main.cpp +++ b/bouncer/main.cpp @@ -50,6 +50,7 @@ int main(int argc, char **argv) { DNS::start(); Bouncer bounce; + bounce.loadConfig(); int errcode = bounce.execute(); if (errcode < 0) { |