Commit ab8ec3c4 authored by JC Brand's avatar JC Brand

Merge pull request #247 from sir-sigurd/fix-prebind-reference-error

fix prebind reference error
parents a47352e7 6e0c173f
......@@ -4580,7 +4580,7 @@
rid += 1;
this.session.save({rid: rid}); // The RID needs to be increased with each request.
this.connection.attach(jid, sid, rid, this.onConnect);
} else if (prebind) {
} else if (this.prebind) {
delete this.connection;
this.emit('noResumeableSession');
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment