SSH2_MSG_REQUEST_SUCCESS
if (type != SSH2_MSG_REQUEST_SUCCESS) {
if ((r = sshpkt_start(ssh, success ? SSH2_MSG_REQUEST_SUCCESS :
ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply);
type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
if (type == SSH2_MSG_REQUEST_SUCCESS) {
SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE)) != 0 ||
ssh_dispatch_set(ssh, SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive);
type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
if (type == SSH2_MSG_REQUEST_SUCCESS) {