Opened 13 years ago
Closed 12 years ago
#191 closed defect (wontfix)
Regression: First operation across a WLAN-Bridge fails with 3.3 based client plugin
Reported by: | Herwig Bauernfeind | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | Feedback Pending | Milestone: | Netdrive plugin 2.1.x |
Component: | Samba Client Plugin | Version: | Client 2.1.x |
Keywords: | Cc: |
Description
After successfully connecting to a Samba Server behind a WLAN-Bridge, the first operation (no matter what it is, a simple "dir" or "cd whatever" is sufficient) times out with an RC of access denied.
Subsequent operations work normally.
The same behaviour cannot be reproduced on wired connections.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Priority: | minor → Feedback Pending |
---|
does that also happen with 3.5 based client? hmm i wonder a bit about the read of the file/directory entry, as if it's not initialised at that point it should always and not only with a WLAN
comment:3 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
ok closing it, as no new data sent.
Note:
See TracTickets
for help on using tickets.
Did some investigations and the result is the operation fails because the plugin tries to read a file/directory entry from the directory cache which has likely not been initialised at that time, therefore the operation fails.
I have log and will provide that later today.