Skip to content
Snippets Groups Projects
Commit c16520cb authored by mcmlxxix's avatar mcmlxxix
Browse files

missed one client_id --> client.id replacement in previous commit

parent 44a7defa
No related branches found
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ function JSONdb (fileName) {
/* release any locks or subscriptions held by a disconnected client */
this.release = function(client) {
if(this.subscriptions[client.id]) {
free_prisoner(client_id,this.shadow);
free_prisoner(client.id,this.shadow);
delete this.subscriptions[client.id];
}
for(var c=0;c<this.queue.length;c++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment