mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor cleanup
This commit is contained in:
parent
8ac06eed12
commit
3d5c387b3b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue