tty-ask-pwd-agent: add a FIXME

This commit is contained in:
Franck Bui 2019-09-19 19:01:57 +02:00
parent 1322757061
commit 825721eb8d

View file

@ -541,6 +541,9 @@ static int process_and_watch_password_files(bool watch) {
* unlikely to trigger any events. */
timeout = 0;
else
/* FIXME: we should do something here since otherwise the service
* requesting the password won't notice the error and will wait
* indefinitely. */
log_error_errno(r, "Failed to process password: %m");
}