diff options
Diffstat (limited to 'src/tty-ask-password-agent')
-rw-r--r-- | src/tty-ask-password-agent/tty-ask-password-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 5ee82c708b..ceacb61bf1 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -289,7 +289,7 @@ static int wall_tty_block(void) { } static int process_password_files(void) { - _cleanup_closedir_ DIR *d; + _cleanup_closedir_ DIR *d = NULL; struct dirent *de; int r = 0; |