WebSocketServer::listenAndStart: fix branch where we do not return an integer
This commit is contained in:
parent
1c7634d075
commit
7fee54464e
@ -210,5 +210,6 @@ namespace ix
|
|||||||
}
|
}
|
||||||
|
|
||||||
start();
|
start();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
} // namespace ix
|
} // namespace ix
|
||||||
|
Loading…
Reference in New Issue
Block a user