Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: evfs_fs_sftp.c Log Message: * Get rid of 'close' for the moment - it's not working properly. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_sftp.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evfs_fs_sftp.c 21 Feb 2006 10:44:08 -0000 1.8 +++ evfs_fs_sftp.c 22 Feb 2006 15:07:16 -0000 1.9 @@ -1026,6 +1026,9 @@ SftpOpenHandle* ohandle; + return 0; + //FIXME - not done yet + sftp_split_host_path(file->path, &host, &path); @@ -1041,7 +1044,7 @@ ohandle = ecore_hash_get(sftp_open_handles, (long*)file->fd); if (ohandle) { - //handle = sftp_file_close(ohandle); + handle = sftp_file_close(ohandle); while (! (handle->status == STATUS_FINISHED || handle->status == STATUS_CLOSE)) { ecore_main_loop_iterate(); usleep(2); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs