Skip to content

Commit

Permalink
ncdomain: fix redundant return statement in parseSingleMX.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jun 23, 2018
1 parent 40eeed1 commit a876b17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ncdomain/convert.go
Expand Up @@ -1071,8 +1071,6 @@ func parseSingleMX(rv map[string]interface{}, s interface{}, v *Value, errFunc E
Preference: uint16(prio),
Mx: hostname,
})

return
}

func parseSRV(rv map[string]interface{}, v *Value, errFunc ErrorFunc, relname string) {
Expand Down

0 comments on commit a876b17

Please sign in to comment.