Skip to content

Commit

Permalink
vfs: fix commit 7d670d7
Browse files Browse the repository at this point in the history
Target: master
  • Loading branch information
kofemann committed Jan 12, 2022
1 parent 7d670d7 commit 55c7b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/vfs/Stat.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public long getBTime() {

public void setBTime(long btime) {
define(StatAttribute.BTIME);
_ctime = btime;
_btime = btime;
}

public long getFileId() {
Expand Down

0 comments on commit 55c7b2d

Please sign in to comment.