Skip to content

Commit

Permalink
Merge pull request #38 from kpetremann/main
Browse files Browse the repository at this point in the history
fix(ldap): deadlock when failed to connect to LDAP
  • Loading branch information
kpetremann authored Sep 13, 2024
2 parents c3507b8 + 2ca992b commit 23228f9
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 23228f9

Please sign in to comment.