]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tty-ask-pwd-agent: add a FIXME
authorFranck Bui <fbui@suse.com>
Thu, 19 Sep 2019 17:01:57 +0000 (19:01 +0200)
committerFranck Bui <fbui@suse.com>
Sat, 5 Oct 2019 06:08:24 +0000 (08:08 +0200)
src/tty-ask-password-agent/tty-ask-password-agent.c

index 8bea524952e9392256c0ce6d8851c6dd3936ff1c..b3b7403db279eaedcd8deda0339363ed14410551 100644 (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");
                 }