From 4195ee1cfde1b9a9f77d46c9c079e946696b9059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 5 Apr 2024 10:46:48 +0200 Subject: [PATCH] cosmetic --- lib/Registrator.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Registrator.js b/lib/Registrator.js index c0d5658e..ac1ffc47 100644 --- a/lib/Registrator.js +++ b/lib/Registrator.js @@ -273,7 +273,9 @@ ${this._contact};expires=${this._expires}${this._extraContactParams}`); if (this._expires < MIN_REGISTER_EXPIRES) this._expires = MIN_REGISTER_EXPIRES; - this._registering = false; // assure register re-try with new expire + // Assure register re-try with new expire. + this._registering = false; + // Attempt the registration again immediately. this.register(); }