Skip to content
Snippets Groups Projects
Commit 6b7b52bb authored by Nicola Vigano's avatar Nicola Vigano
Browse files

GtLockDB: fixed a few issues where the connection to the db was not instantiated yet

parent db28a3b7
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ classdef GtLockDB < handle
obj.filename = filename;
obj.filetable = filetable;
obj.hasLock = false;
gtDBConnect();
end
function acquire(obj, timeout)
......
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