fix ownership
This commit is contained in:
@@ -117,9 +117,9 @@ func (h *RemoteHost) GetActorIds() []uint64 {
|
||||
return reply.GetIds()
|
||||
}
|
||||
|
||||
func (h *RemoteHost) AnnounceOwnership(uids []uint64) {
|
||||
func (h *RemoteHost) AnnounceOwnership(ownerHost string, uids []uint64) {
|
||||
_, err := h.controlClient.AnnounceOwnership(context.Background(), &messages.OwnershipAnnounce{
|
||||
Host: h.host,
|
||||
Host: ownerHost,
|
||||
Ids: uids,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user