mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
bugfix
This commit is contained in:
parent
2b2ec56a9b
commit
1984f6720e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user