transport.hh - use PEP_tsc_shut_down instead of hex value

pull/2/head
heck 2 years ago
parent 99ff540a0d
commit 38f0a2f271

@ -33,7 +33,7 @@ namespace pEp {
// Ctors
// -----
explicit Transport(PEP_transport_id id) : id(id), current_status(0x00ffffff) {}
explicit Transport(PEP_transport_id id) : id(id), current_status(PEP_tsc_shut_down) {}
Transport(const Transport&) = delete;
Transport& operator=(const Transport&) = delete;
virtual ~Transport() = default;

Loading…
Cancel
Save