Skip to content

Commit 820e348

Browse files
Updated absolutePath
1 parent 8a2440e commit 820e348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/transprocessor/perm-processor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66

77
"go.uber.org/zap"
88

9-
"github.com/PythonHacker24/linux-acl-management-backend/config"
109
"github.com/PythonHacker24/linux-acl-management-backend/internal/grpcpool"
1110
"github.com/PythonHacker24/linux-acl-management-backend/internal/session"
1211
"github.com/PythonHacker24/linux-acl-management-backend/internal/types"
@@ -43,7 +42,7 @@ func (p *PermProcessor) Process(ctx context.Context, curSession *session.Session
4342
*/
4443

4544
/* this line decides between systems like BeeGFS and NFS due to difference in ACL execution */
46-
isRemote, host, port, found, absolutePath := FindServerFromPath(config.BackendConfig.FileSystemServers, txn.TargetPath)
45+
isRemote, host, port, found, absolutePath := FindServerFromPath(txn.TargetPath)
4746

4847
zap.L().Info("Found server",
4948
zap.String("targetPath", txn.TargetPath),

0 commit comments

Comments
 (0)