Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 5, 2024
1 parent df71288 commit 4195ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Registrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 4195ee1

Please sign in to comment.