Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion device.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (b *BigIP) getLicensePool() (*LicensePool, error) {
// for loop over all returned license pools to check which one has available licenses
// getAvailablePool(member[index_of_array].Uuid)
// At the end change return statement to return only the UUID string of the one where license
// is availble
// is available
return &licensePool, nil
}

Expand Down