1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-18 13:52:34 +02:00
This commit is contained in:
Ralf Ramsauer 2015-09-29 15:03:43 +02:00
parent 2b2ec56a9b
commit 1984f6720e

View File

@ -49,7 +49,7 @@ static void signal_handler(int signum)
static void session(tcp::socket &&sock)
{
boost::asio::ip::address remoteAddress;
unsigned short remotePort;
unsigned short remotePort = 0;
try {
boost::system::error_code error;