[Bug 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

Maxim Levitsky maximlevitsky at gmail.com
Sat Apr 25 22:51:15 UTC 2009


I fixed that bug.

It comes from gio-port.diff

function parse_sftp_uri doesn't do its job, but it is very easy to fix
it, just replace

u+=2; with u+=3;

since sftp patches are normal urls, they are in form of

sftp://username2...

and u points to ://username, thus you need to skip 3 chars and not 2

Hope you update it,
         Maxim Levitsky

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list