summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime/files/patch-kioslave__sftp__kio_sftp.cpp
blob: abf5f8c4a3699d384cacb70a0736e541b95f061c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- kioslave/sftp/kio_sftp.cpp.orig	2014-10-27 22:00:05.195340477 +0100
+++ kioslave/sftp/kio_sftp.cpp		2014-10-27 22:00:14.755340379 +0100
@@ -528,7 +528,7 @@
     return false;
   }
 
-  int timeout_sec = 30, timeout_usec = 0;
+  long int timeout_sec = 30, timeout_usec = 0;
 
   kDebug(KIO_SFTP_DB) << "Creating the SSH session and setting options";