config: Fix indentation

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2023-01-26 20:00:41 +01:00
committed by Andreas Schneider
parent 258560da16
commit 5506aadf05

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);