tty-ask-password: no need to initialize something already NUL initialized to NUL

This commit is contained in:
Lennart Poettering 2019-04-02 10:08:29 +02:00
parent 4bec7f09f8
commit 7452917740

View file

@ -709,7 +709,6 @@ static int ask_on_this_console(const char *tty, pid_t *ret_pid, char *argv[]) {
assert_se(sigprocmask_many(SIG_UNBLOCK, NULL, SIGHUP, SIGCHLD, -1) >= 0);
assert_se(sigemptyset(&sig.sa_mask) >= 0);
assert_se(sigaction(SIGCHLD, &sig, NULL) >= 0);
sig.sa_handler = SIG_DFL;