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 Witold Filipczyk
parent 9418f3d508
commit 33319cd842

View File

@ -311,7 +311,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) {