SSH_CHANNEL_CONNECTING
case SSH_CHANNEL_CONNECTING:
case SSH_CHANNEL_CONNECTING:
pre[SSH_CHANNEL_CONNECTING] = &channel_pre_connecting;
post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting;
case SSH_CHANNEL_CONNECTING:
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
case SSH_CHANNEL_CONNECTING:
if (c->type != SSH_CHANNEL_CONNECTING) {
if (c->type != SSH_CHANNEL_CONNECTING) {