Commit 8dcc6f77 authored by jan.koester's avatar jan.koester
Browse files

fixed possible problem

parent 26ec26ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ EVENTLOOP:
                    std::cerr << e.what() << std::endl;
                }
            }

            goto EVENTLOOP;
        }
    };
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@

#define HIDDEN __attribute__ ((visibility ("hidden")))

std::atomic<int> netplus::socket::_InitCount=0;
std::atomic<int> netplus::socket::_InitCount(0);

netplus::socket::socket(){
    _Socket=-1;