chiark / gitweb /
make gcc shut up
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 08177c6d04f080bb02e76cfe966183fe118b55ea..7a90e6507fb1b59b9f18e2232af39c601b81abb8 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) {