Commit 31a348a6 authored by jan.koester's avatar jan.koester
Browse files

ops i did again

parent 31f166c4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -113,7 +113,8 @@ public:
  HttpConD(int argc, char** argv,libhtmlpp::HtmlElement *tpl) : HttpD(argc,argv){
    libhttppp::HTTPException httpexception;
    try {
        Controller(getServerSocket(),tpl);
        Controller ctl(getServerSocket(),tpl);
        ctl.runEventloop();
    }catch(libhttppp::HTTPException &e){
        std::cerr << e.what() << std::endl;
    }