working commit
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ int main(int argc, char** argv) {
|
||||
std::cerr << bindres.error() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
Handler handler;
|
||||
SocketHandler handler;
|
||||
auto listres = svc.Listen(&handler);
|
||||
if (!listres) {
|
||||
std::cerr << listres.error() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user