diff options
| -rw-r--r-- | mullvad-daemon/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs index cfbcbb322c..b4797d7f28 100644 --- a/mullvad-daemon/src/lib.rs +++ b/mullvad-daemon/src/lib.rs @@ -895,6 +895,8 @@ where } if let ErrorStateCause::AuthFailed(_) = error_state.cause() { + // If time is added outside of the app, no notifications + // are received. So we must continually try to reconnect. self.schedule_reconnect(Duration::from_secs(60)) } } |
