Skip to content

Commit

Permalink
fix(ldap): deadlock when failed to connect to LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Sep 13, 2024
1 parent c3507b8 commit 2ca992b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/api/auth/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func (l *LDAPAuth) spawnConnectionWorker(ctx context.Context) {
conn, err = l.connect()
if err != nil {
log.Error().Err(err).Msg("worker LDAP reconnection failed")
req.authResp <- false
break
}
}
Expand Down

0 comments on commit 2ca992b

Please sign in to comment.