summaryrefslogtreecommitdiff
path: root/src/ask-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ask-password.c')
-rw-r--r--src/ask-password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ask-password.c b/src/ask-password.c
index 22dda974c..bcee6863c 100644
--- a/src/ask-password.c
+++ b/src/ask-password.c
@@ -171,7 +171,7 @@ static int ask_agent(void) {
int fd = -1, r;
FILE *f = NULL;
char *socket_name = NULL;
- int socket_fd, signal_fd;
+ int socket_fd = -1, signal_fd;
sigset_t mask;
usec_t not_after;