Review Request 118504: Fix libssh timeout type
Lutz Heermann
LuHee at gmx.de
Tue Jun 3 17:51:41 BST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118504/
-----------------------------------------------------------
Review request for KDE Runtime.
Repository: kde-runtime
Description
-------
While preparing the connection to a SFTP server kio_sftp puts the timeouts to
libssh's ssh_options_set as pointers to int while libssh expects the them to
be given as pointers to long. See:
http://git.libssh.org/projects/libssh.git/tree/src/options.c#n587
http://git.libssh.org/projects/libssh.git/tree/src/options.c#n601
I could fix several unpredictable connection problems by kio_sftp with this
patch.
Diffs
-----
kioslave/sftp/kio_sftp.cpp 21cffac0e5892944ca6c5b74537ebc4b7fb4738e
Diff: https://git.reviewboard.kde.org/r/118504/diff/
Testing
-------
Thanks,
Lutz Heermann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20140603/7cf541cb/attachment.htm>
More information about the kde-core-devel
mailing list