13
0

Reset external connection count when ports are reestablished

This commit is contained in:
Robin Gareus 2020-05-08 00:20:54 +02:00
parent a5faef9379
commit d363a1740d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -348,6 +348,7 @@ void
Port::reset ()
{
_last_monitor = false;
_externally_connected = 0;
}
void