Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p
This commit is contained in:
@@ -20,6 +20,7 @@ void Listener::listen() {
|
||||
cout << "ERROR: listen(): invalid socket? " << errno << endl;
|
||||
return;
|
||||
}
|
||||
prebindOptions( sock );
|
||||
if( bind(sock, (sockaddr *) &me.sa, me.addressSize) != 0 ) {
|
||||
cout << "listen(): bind() failed errno:" << errno << endl;
|
||||
if( errno == 98 )
|
||||
|
||||
Reference in New Issue
Block a user