We need this commit in all branches: commit c2e4746fa9d68e7601e8e90cc0144d2e65a695b6 Author: Stefan Metzmacher <metze@samba.org> AuthorDate: Thu Feb 4 14:03:20 2010 +0100 Commit: Stefan Metzmacher <metze@samba.org> CommitDate: Thu Feb 4 14:27:12 2010 +0100 s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum() When we need to do more than one network operation to get the browse list we need to use the same 'stype' value each time. metze
Created attachment 5271 [details] Patch for v3-5 and v3-4
Created attachment 5272 [details] Patch for v3-3
Comment on attachment 5271 [details] Patch for v3-5 and v3-4 Good catch ! How did you find this ?
Re-assigning to Karolin for inclusion in 3.5.0, 3.4.6 and 3.3.11. Jeremy.
I debugged a problem where hosts don't appear in the smbclient -L output while they're in browse.dat. I took a capture and wondered why we used a different server_type value in the NetServerEnum3 call. We need to implement NetServerEnum3 in smbd! But I'll create a new bug report for that once I have a working patch.
Pushed to all branches. Closing out bug report. Thanks!