Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: evfs_fs_sftp.c Log Message: * Misc bugfixes * Leak fix =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_sftp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evfs_fs_sftp.c 21 Apr 2006 15:10:17 -0000 1.1 +++ evfs_fs_sftp.c 22 Apr 2006 06:50:25 -0000 1.2 @@ -890,10 +890,8 @@ int rid; SftpGenericHandle* handle; + sftp_split_host_path(command->file_command.files[i]->path, &host, &path); - sftp_split_host_path(command->file_command.files[0]->path, &host, &path); - - if ( !(conn = sftp_get_connection_for_host(host))) { conn = sftp_connect(host); } ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs