mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
added missing initialisation in ApiServerMHD
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
13355a7efe
commit
f7935e3bd7
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ static void sendMessage(MHD_Connection *connection, unsigned int status, std::st
|
|||
ApiServerMHD::ApiServerMHD(ApiServer *server):
|
||||
mConfigOk(false), mDaemon(0), mApiServer(server)
|
||||
{
|
||||
memset(&mListenAddr, 0, sizeof(mListenAddr));
|
||||
}
|
||||
|
||||
ApiServerMHD::~ApiServerMHD()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue