[Bug 40190] New: 7z fails at enumerating network places

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 20 10:04:22 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=40190

            Bug ID: 40190
           Summary: 7z fails at enumerating network places
           Product: Wine
           Version: 1.9.4
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: pierre at reactos.org
      Distribution: ---

When trying to enumerate network places in 7z, only the network providers are
enumerated. Then their root directory and shares are not enumerated when
clicking on the network provider.

I could track it to the fact that, on network providers enumeration,
lpRemoteName is set to network provider name (as on Windows) and this makes
enumeration later failing with this network resource. It seems that in this
case, the later call to WNetOpenEnum() doesn't pass the lpRemoteName to the
network provider, to be able to get the root directory of the network provider.

I'll provide a patch in that direction.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list