mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Minor cleanup
This commit is contained in:
parent
8ac06eed12
commit
3d5c387b3b
@ -138,7 +138,7 @@ void Request::Close() {
|
||||
}
|
||||
|
||||
Server::Server(NewThreadExecutor *executor)
|
||||
: executor_(executor) {
|
||||
: port_(0), executor_(executor) {
|
||||
RegisterHandler("/", std::bind(&Server::HandleListing, this, std::placeholders::_1));
|
||||
SetFallbackHandler(std::bind(&Server::Handle404, this, std::placeholders::_1));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user