This is how the smb protocol browsing is designed to function.
If you don't want your workstation to act as a master browser, you need to turn off the options in smb.conf. Maybe something like this?
[global] domain master = no local master = no preferred master = no os level = 0
This is how the smb protocol browsing is designed to function.
If you don't want your workstation to act as a master browser, you need to turn off the options in smb.conf. Maybe something like this?
[global]
domain master = no
local master = no
preferred master = no
os level = 0