Commit b9279e54 authored by Jan Köster's avatar Jan Köster
Browse files

test

parent 02d4c74e
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -900,13 +900,17 @@ int main(int argc,char *argv[]){
                config.getIntValue(config.getKey("/AUTHDB/PORT"),0),
                config.getIntValue(config.getKey("/AUTHDB/MAXCONN"),0),
                cert,
                key
                key,
                ""
            );
        } else {
            httpd = std::make_unique<libhttppp::HttpD>(
                config.getValue(config.getKey("/AUTHDB/BIND"),0),
                config.getIntValue(config.getKey("/AUTHDB/PORT"),0),
                config.getIntValue(config.getKey("/AUTHDB/MAXCONN"),0)
                config.getIntValue(config.getKey("/AUTHDB/MAXCONN"),0),
                "",
                "",
                ""
            );
        }