Skip to content

Commit c74c5cd

Browse files
committed
fix: remove changed linefeed
1 parent 2b909a8 commit c74c5cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/infoblox/infoblox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func (mrb *ExtendedRequestBuilder) BuildRequest(t ibclient.RequestType, obj ibcl
113113
if zoneAuthQuery && t == ibclient.GET && mrb.fqdnRegEx != "" {
114114
query.Set("fqdn~", mrb.fqdnRegEx)
115115
}
116+
116117
// if we are not doing a ZoneAuth query, support the name filter
117118
_, isPTR := obj.(*ibclient.RecordPTR)
118119
if !isPTR && !zoneAuthQuery && mrb.nameRegEx != "" {

0 commit comments

Comments
 (0)