} else
debug2("Received exit status from master %d", exitval);
if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET)
verbose("Shared connection to %s closed.\r\n", host);
fprintf(stderr, "Shared connection to %s closed.\r\n", host);
exit(exitval);
}