Index: filter/dscache/ds_txn_state.go |
diff --git a/filter/dscache/ds_txn_state.go b/filter/dscache/ds_txn_state.go |
index 4eb505e233daf15d7a1563d7d9b733d0c73cc431..4497fcb99aa04720c4ece8d6f9eb56f01287b9c4 100644 |
--- a/filter/dscache/ds_txn_state.go |
+++ b/filter/dscache/ds_txn_state.go |
@@ -67,7 +67,7 @@ func (s *dsTxnState) release(sc *supportContext) { |
} |
} |
-func (s *dsTxnState) add(sc *supportContext, keys []datastore.Key) { |
+func (s *dsTxnState) add(sc *supportContext, keys []*datastore.Key) { |
lockItems, lockKeys := sc.mkAllLockItems(keys) |
if lockItems == nil { |
return |