QxtSshChannel Bug

Issue #83 new
Eddy Ilg created an issue

Hi,

first of all - the lastest download links are broken.

Then I hunted down a bug - QxtSshChannel::start() never fires readyRead().

In the function bool QxtSshChannelPrivate::activate(), the code }else if (d_state==9999){ emit p->readyRead(); } is missing before the return statement.

Cheers,

Eddy

Comments (0)

  1. Log in to comment