Skip to content

Commit 9afe6ba

Browse files
kofemannmksahakyan
authored andcommitted
pool: fix mover's local endpoint reported by a mover
fix typo local vs. remote Result: correct endpoint reported in the billing. Acked-by: Karen Hoyos Target: master, 11.1, 11.0, 10.2 Require-book: no Require-notes: yes (cherry picked from commit 831145a) Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
1 parent cc15320 commit 9afe6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/dcache-nfs/src/main/java/org/dcache/chimera/nfsv41/mover/NfsTransferService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public boolean remove(NfsMover mover) {
509509
NfsMover mover = _activeIO.get(stateid);
510510
if (mover != null) {
511511
if (mover.attachSession(context.getSession())) {
512-
mover.setLocalEndpoint(context.getRemoteSocketAddress());
512+
mover.setLocalEndpoint(context.getLocalSocketAddress());
513513
}
514514
mover.attachSession(context.getSession());
515515
}

0 commit comments

Comments
 (0)