diff options
Diffstat (limited to 'internal/processing/admin/accountreject.go')
-rw-r--r-- | internal/processing/admin/accountreject.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/admin/accountreject.go b/internal/processing/admin/accountreject.go index bc7a1c20a..eee2b2ff5 100644 --- a/internal/processing/admin/accountreject.go +++ b/internal/processing/admin/accountreject.go @@ -52,7 +52,7 @@ func (p *Processor) AccountReject( // Get a lock on the account URI, // since we're going to be deleting // it and its associated user. - unlock := p.state.ClientLocks.Lock(user.Account.URI) + unlock := p.state.AccountLocks.Lock(user.Account.URI) defer unlock() // Can't reject an account with a |