Skip to content

Commit

Permalink
16263: UserMerge shouldn't be federated
Browse files Browse the repository at this point in the history
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
  • Loading branch information
tetron committed Mar 30, 2020
1 parent 2776500 commit fecdfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller/federation/conn.go
Expand Up @@ -443,7 +443,7 @@ func (conn *Conn) UserUpdateUUID(ctx context.Context, options arvados.UpdateUUID
}

func (conn *Conn) UserMerge(ctx context.Context, options arvados.UserMergeOptions) (arvados.User, error) {
return conn.chooseBackend(options.OldUserUUID).UserMerge(ctx, options)
return conn.local.UserMerge(ctx, options)
}

func (conn *Conn) UserActivate(ctx context.Context, options arvados.UserActivateOptions) (arvados.User, error) {
Expand Down

0 comments on commit fecdfe8

Please sign in to comment.