1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

do_smb: Don't decode_uri.

libsmbclient will decode the URI on its own, so if ELinks does that too,
file names like "2%200" will be incorrectly handled.
This commit is contained in:
Kalle Olavi Niemitalo 2007-03-24 21:19:41 +02:00 committed by Kalle Olavi Niemitalo
parent f2f66104d5
commit d30eb255ce

View File

@ -310,7 +310,6 @@ do_smb(struct connection *conn)
if (smbc_init(smb_auth, 0)) {
smb_error(errno);
};
decode_uri(url);
dir = smbc_opendir(url);
if (dir >= 0) {