Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_ftp.c 


Log Message:
Bug fix to ftp plugin

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_ftp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evfs_fs_ftp.c       5 Nov 2005 06:03:28 -0000       1.1
+++ evfs_fs_ftp.c       5 Nov 2005 07:13:12 -0000       1.2
@@ -64,12 +64,12 @@
 
        /*Check for an existing connection, return it if  avaliable
                create/initialize one if not*/
-       if(!(conn_handle = ecore_hash_get(connections, ref->parent->path)))
+       if(!(conn_handle = ecore_hash_get(connections, ref->path)))
        {
                conn_handle = curl_easy_init();
                printf("Setting CURL_URL to %s", ref->parent->path);
-               /*curl_easy_setopt(conn_handle, CURL_URL, ref->parent->path);
-               ecore_hash_set(connections, ref->parent->path, conn_handle);*/
+               /*curl_easy_setopt(conn_handle, CURL_URL, ref->path);*/
+               ecore_hash_set(connections, ref->path, conn_handle);
        }
        
        return conn_handle;




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to