From: Franck Bui Date: Thu, 19 Sep 2019 17:01:57 +0000 (+0200) Subject: tty-ask-pwd-agent: add a FIXME X-Git-Tag: v244-rc1~212^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825721eb8d4814d7491876f7a4f1ba1173496a0e;p=thirdparty%2Fsystemd.git tty-ask-pwd-agent: add a FIXME --- diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c index 8bea524952e..b3b7403db27 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -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"); }