Fix active-backup path selection bug

This commit is contained in:
Joseph Henry
2021-12-09 13:43:52 -08:00
parent 05a0a20197
commit 1f43a736b2
2 changed files with 8 additions and 5 deletions

View File

@@ -1428,7 +1428,7 @@ class Bond {
// path negotiation
int16_t _localUtility;
int negotiatedPathIdx;
int _negotiatedPathIdx;
uint8_t _numSentPathNegotiationRequests;
bool _allowPathNegotiation;