Skip to content

Commit

Permalink
fix guid lookupGroup (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng authored Mar 18, 2024
1 parent 801c181 commit 2775418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/java/libjfs/guid.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (m *mapping) lookupGroup(name string) uint32 {
}
logger.Debugf("update group to %s:%d by lookup group", name, id)
m.updateGroup(name, id)
return 0
return id
}

func (m *mapping) lookupUserID(id uint32) string {
Expand Down

0 comments on commit 2775418

Please sign in to comment.