mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-15 20:33:36 +00:00
d3396ace0b
When we fail to check if a user exists, we currently return a permanent error, which can be misleading and also make things more difficult to troubleshoot. This patch makes chasquid return a temporary error in that case. Thanks to Thor77 (thor77@thor77.org) for suggesting this change.