2 May
2012
2 May
'12
03:08
Here is the patch: --- kdebase/kioslave/sftp/kio_sftp.cpp +++ kdebase/kioslave/sftp/kio_sftp.cpp 2012-05-01 15:15:14.105388321 -0500 @@ -480,13 +480,8 @@ if( port > 0 ) mPort = port; - else { - struct servent *pse; - if( (pse = getservbyname("ssh", "tcp") ) == NULL ) - mPort = 22; - else - mPort = ntohs(pse->s_port); - } + else + mPort = -1; mUsername = user; mPassword = pass; This will fix the sftp:// failures in kde3. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org