Commit b09f60e
committed
Fix caching of Metadata.DataKey.
At the end of the function, the key was stored in m.DataKey. Since m was a copy
of the called object, this did not cache anything.
Signed-off-by: Felix Fontein <felix@fontein.de>1 parent 9b4714d commit b09f60e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
| 827 | + | |
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| |||
0 commit comments