We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea6a67 commit 3195c8cCopy full SHA for 3195c8c
1 file changed
daemon/graphdriver/counter.go
@@ -67,5 +67,5 @@ func (c *RefCounter) Decrement(path string) int {
67
delete(c.counts, path)
68
}
69
c.mu.Unlock()
70
- return m.count
+ return count
71
0 commit comments