Make locks return 'success' for now...

This commit is contained in:
alexhudson
2009-09-19 22:56:34 +00:00
parent 33812902cd
commit f9662072e6
+1 -1
View File
@@ -29,7 +29,7 @@ LogicalLockGain(StoreClient *client, StoreObject *object, LogicalLockType type)
UNUSED_PARAMETER_REFACTOR(object);
UNUSED_PARAMETER_REFACTOR(type);
return 0;
return 1;
}
/* Free the desired logical lock.