diff options
Diffstat (limited to 'src/wrap.cpp')
| -rw-r--r-- | src/wrap.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrap.cpp b/src/wrap.cpp index c9f0ea8..ae1c9a2 100644 --- a/src/wrap.cpp +++ b/src/wrap.cpp @@ -44,9 +44,13 @@ html* wrap::HTML = NULL; #ifdef LOGGING logd* wrap::LOGD = NULL; #endif +#ifdef NCURSES +ncur* wrap::NCUR = NULL; +#endif sock* wrap::SOCK = NULL; stats* wrap::STAT = NULL; timr* wrap::TIMR = NULL; +pool* wrap::POOL = NULL; dynamic_wrap* wrap::WRAP = NULL; void @@ -94,10 +98,6 @@ wrap::init_wrapper(map<string,string>* p_main_loop_params) #ifndef OPENSSL WRAP->SOCK = SOCK = new sock; -#else - - WRAP->SOCK = SOCK = new sslsock; -#endif // create the server socket and set it up to accept connections. if(SOCK->_make_server_socket ( i_port ) <= 0) |
