mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
Fix more windows tests
This commit is contained in:
@@ -430,7 +430,6 @@ func (pd *PrivilegeDropper) isLocalUser(domain string) bool {
|
||||
}
|
||||
|
||||
return domain == "" || domain == "." ||
|
||||
strings.EqualFold(domain, "localhost") ||
|
||||
strings.EqualFold(domain, hostname)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user