Skip to content
  • Harald Sitter's avatar
    smb: accurately attempt to resolve the correct WSD host · a4aefbbd
    Harald Sitter authored
    this previously was the wrong variable. m_current_url is only set after
    url checking while kurl would be the current url under check. this lead
    to state confusion was implicit stat() calls from dolphin on host foo would
    evaluate the previous host (e.g. bar) for the wsd suffix. this meant we'll
    let a foo with suffix pass through the check, and that just mustn't ever
    happen.
    
    BUG: 420578
    FIXED-IN: 20.04.1
    a4aefbbd