mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
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:
@@ -356,7 +356,7 @@ ssh_exec_shell(char *cmd)
|
|||||||
if (rc == -1) {
|
if (rc == -1) {
|
||||||
SSH_LOG(SSH_LOG_WARN, "dup2: %s",
|
SSH_LOG(SSH_LOG_WARN, "dup2: %s",
|
||||||
ssh_strerror(errno, err_msg, SSH_ERRNO_MSG_MAX));
|
ssh_strerror(errno, err_msg, SSH_ERRNO_MSG_MAX));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (devnull > STDERR_FILENO) {
|
if (devnull > STDERR_FILENO) {
|
||||||
close(devnull);
|
close(devnull);
|
||||||
|
|||||||
Reference in New Issue
Block a user