1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-29 10:35:08 +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) static void session(tcp::socket &&sock)
{ {
boost::asio::ip::address remoteAddress; boost::asio::ip::address remoteAddress;
unsigned short remotePort; unsigned short remotePort = 0;
try { try {
boost::system::error_code error; boost::system::error_code error;