Skip to content

Commit 3195c8c

Browse files
committed
graphdriver/counter: return correct counter
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 7ea6a67 commit 3195c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daemon/graphdriver/counter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ func (c *RefCounter) Decrement(path string) int {
6767
delete(c.counts, path)
6868
}
6969
c.mu.Unlock()
70-
return m.count
70+
return count
7171
}

0 commit comments

Comments
 (0)