Skip to content

Commit

Permalink
Merge pull request #2696 from vanhtuan0409/fix-iam-panic
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Feb 23, 2022
2 parents 5f6f9e9 + d2ec626 commit 8b806fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weed/command/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func runServer(cmd *Command, args []string) bool {
filerOptions.ip = serverIp
filerOptions.bindIp = serverBindIp
s3Options.bindIp = serverBindIp
iamOptions.masters = masterOptions.peers
serverOptions.v.ip = serverIp
serverOptions.v.bindIp = serverBindIp
serverOptions.v.masters = pb.ServerAddresses(*masterOptions.peers).ToAddresses()
Expand Down

0 comments on commit 8b806fb

Please sign in to comment.