-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109748/
-----------------------------------------------------------

Review request for KDE Runtime.


Description
-------

Currently, if you make a sftp connection through the kio slave, this slave 
shows port number 0 to the user in the status bar (and as debug output) instead 
of the ssh port number 22. This is purely an UI issue, as internally the port 
number is tested on >0 using the default port number as a fall back if the test 
fails.
The attached patch address this issue by testing for port number 0. If the port 
number is invalid, the default port number is shown instead.


Diffs
-----

  kioslave/sftp/kio_sftp.cpp f493477 

Diff: http://git.reviewboard.kde.org/r/109748/diff/


Testing
-------


Thanks,

Thomas Fischer

Reply via email to