Commit e724b779 authored by jan.koester's avatar jan.koester
Browse files

test

parent 457b3473
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ namespace netplus {
                if(serverSock->_Type==sockettype::TCP)
                    c->csock = std::make_unique<tcp>(accepted);
                else if(serverSock->_Type==sockettype::SSL)
                     c->csock = std::make_unique<ssl>(accepted);
                     c->csock = std::make_unique<ssl>( static_cast<ssl*>(serverSock)->_cert,accepted);
                else
                    continue;