Skip to content

Commit

Permalink
Fix/RealTraffic: Errorneous Deauth request when re-activating
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Sep 14, 2024
1 parent e8cbecb commit 16a059e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/LTRealTraffic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ void RealTrafficConnection::MainDirect ()
// Clear the list of historic time stamp differences
dequeTS.clear();
// Some more data resets to make sure we start over with the series of requests
curr.eRequType = CurrTy::RT_REQU_AUTH;
curr.sGUID.clear();
rtWx.QNH = NAN;
rtWx.nErr = 0;
Expand Down

0 comments on commit 16a059e

Please sign in to comment.