fanatic / go-infoblox

Golang Infoblox WAPI Library (Deprecated)
16 stars 26 forks source link

Updated RecordPtrObject function to match other record functions #23

Closed richardlock closed 8 years ago

richardlock commented 8 years ago

Previously was giving build failure: too few values in struct initializer

richardlock commented 8 years ago

Thanks for merging the additional fields. This PR is to fix a latent issue with the RecordPtrObject where it was giving the following build error:

go-infoblox\record_ptr.go:22: too few values in struct initializer

All the other functions had a different definition for the object, so I've updated the Ptr one to match.