net_utils: fix m_ssl type from time_t to bool

pull/326/head
moneromooo-monero 5 years ago
parent c0bc6d96cd
commit f61a315e8b
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -250,7 +250,7 @@ namespace net_utils
const network_address m_remote_address;
const bool m_is_income;
const time_t m_started;
const time_t m_ssl;
const bool m_ssl;
time_t m_last_recv;
time_t m_last_send;
uint64_t m_recv_cnt;

Loading…
Cancel
Save