Skip to content

Commit 4195ee1

Browse files
committed
cosmetic
1 parent df71288 commit 4195ee1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Registrator.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ ${this._contact};expires=${this._expires}${this._extraContactParams}`);
273273
if (this._expires < MIN_REGISTER_EXPIRES)
274274
this._expires = MIN_REGISTER_EXPIRES;
275275

276-
this._registering = false; // assure register re-try with new expire
276+
// Assure register re-try with new expire.
277+
this._registering = false;
278+
277279
// Attempt the registration again immediately.
278280
this.register();
279281
}

0 commit comments

Comments
 (0)