Skip to content
Snippets Groups Projects
Commit 2e489f2d authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Merge branch 'revert-883077ef' into 'master'

#262 Server continues to execute in server mode even if socket binding cannot occur

See merge request !333
parents 9dbaa1c6 347c660d
No related branches found
No related tags found
1 merge request!333#262 Server continues to execute in server mode even if socket binding cannot occur
......@@ -89,7 +89,7 @@ int Server::run(){
if (p == NULL){
std::cerr << "server: failed to bind\n";
return 1;
exit(0);
}
freeaddrinfo(aServerInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment