mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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
f2f66104d5
commit
d30eb255ce
@ -310,7 +310,6 @@ do_smb(struct connection *conn)
|
|||||||
if (smbc_init(smb_auth, 0)) {
|
if (smbc_init(smb_auth, 0)) {
|
||||||
smb_error(errno);
|
smb_error(errno);
|
||||||
};
|
};
|
||||||
decode_uri(url);
|
|
||||||
|
|
||||||
dir = smbc_opendir(url);
|
dir = smbc_opendir(url);
|
||||||
if (dir >= 0) {
|
if (dir >= 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user