chiark / gitweb /
timedated: handle external system time changes
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 08177c6d04f080bb02e76cfe966183fe118b55ea..fa4d660215e72ec6eec70912e3c307fd910a05b1 100644 (file)
@@ -361,7 +361,7 @@ static int parse_password(const char *filename, char **wall) {
 
                 } else {
                         int tty_fd = -1;
-                        char *password;
+                        char *password = NULL;
 
                         if (arg_console)
                                 if ((tty_fd = acquire_terminal("/dev/console", false, false, false, (usec_t) -1)) < 0) {
@@ -538,7 +538,7 @@ static int show_passwords(void) {
                 free(p);
 
                 if (wall) {
-                        utmp_wall(wall, wall_tty_match);
+                        utmp_wall(wall, NULL, wall_tty_match);
                         free(wall);
                 }
         }