config: Fix indentation

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 5506aadf05)
This commit is contained in:
Jakub Jelen
2023-01-26 20:00:41 +01:00
parent 2461027f72
commit 0c725d7602

View File

@@ -356,7 +356,7 @@ ssh_exec_shell(char *cmd)
if (rc == -1) {
SSH_LOG(SSH_LOG_WARN, "dup2: %s",
ssh_strerror(errno, err_msg, SSH_ERRNO_MSG_MAX));
exit(1);
exit(1);
}
if (devnull > STDERR_FILENO) {
close(devnull);