mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14: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)
|
||||
{
|
||||
boost::asio::ip::address remoteAddress;
|
||||
unsigned short remotePort;
|
||||
unsigned short remotePort = 0;
|
||||
|
||||
try {
|
||||
boost::system::error_code error;
|
||||
|
Loading…
Reference in New Issue
Block a user