Skip to content

Commit

Permalink
Reduced warnings the correct way
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Dec 19, 2024
1 parent affc912 commit a07a7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/engine/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ func (o *Object) set(a Attribute, values ...AttributeValue) {
!strings.HasPrefix(netbios, "NT ") &&
!strings.HasSuffix(netbios, " NT") &&
netbios != "BUILTIN" &&
netbios != "IIS POOL" {
netbios != "IIS APPPOOL" {
ui.Warn().Msgf("Object DataSource and downlevel NETBIOS name conflict: %v / %v", value.String(), o.OneAttrString(DataSource))
}
}
Expand Down

0 comments on commit a07a7a3

Please sign in to comment.