Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_io.c 


Log Message:
Correctly re-parse authentication information for nested uris

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- evfs_io.c   27 Oct 2005 10:20:09 -0000      1.23
+++ evfs_io.c   5 Nov 2005 07:45:13 -0000       1.24
@@ -257,7 +257,7 @@
                                ref = ref->parent;
                        }
                        
-                       if (command->file_command.files[i]->username) {
+                       if (ref->username) {
                                snprintf(uri, 1024, "%s://%s:[EMAIL 
PROTECTED]", 
                                ref->plugin_uri,
                                ref->username,




-------------------------------------------------------
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