mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05: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:
parent
9418f3d508
commit
33319cd842
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user