Skip to content
Snippets Groups Projects
Commit 845165ba authored by deuce's avatar deuce
Browse files

Fix rightmaking

parent 4ff2d6ad
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ function JSONClient(serverAddr,serverPort) {
/* unlock an object */
this.unlock = function(scope,location) {
this.lock(-1);
this.lock(scope, location, -1);
}
/* read object data (lock for reading or writing, blocking) */
......
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