ncdomain: fix redundant return statement in parseSingleService.

pull/77/head
JeremyRand 6 years ago
parent a876b17405
commit c1f6d2c16d
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -1140,8 +1140,6 @@ func parseSingleService(rv map[string]interface{}, svc interface{}, v *Value, er
Port: uint16(port), Port: uint16(port),
Target: hostname, Target: hostname,
}) })
return
} }
func convServiceValue(x interface{}) (string, error) { func convServiceValue(x interface{}) (string, error) {

Loading…
Cancel
Save