Skip to content

Commit

Permalink
Move loop break
Browse files Browse the repository at this point in the history
  • Loading branch information
senseless committed Jul 21, 2024
1 parent 1bc0faa commit c51e904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerdns/handlerLookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ func handleLookup(params Parameters) Response {
DomainID: params.ZoneID,
}
records = append(records, defaultRecord)
break
}
break
}
}
}
Expand Down

0 comments on commit c51e904

Please sign in to comment.