Преглед на файлове

added empty string to params

0xdcarns преди 2 години
родител
ревизия
16f2093004
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mq/publishers.go

+ 1 - 1
mq/publishers.go

@@ -36,7 +36,7 @@ func PublishPeerUpdate() error {
 // PublishSingleHostUpdate --- determines and publishes a peer update to one host
 // PublishSingleHostUpdate --- determines and publishes a peer update to one host
 func PublishSingleHostUpdate(host *models.Host) error {
 func PublishSingleHostUpdate(host *models.Host) error {
 
 
-	peerUpdate, err := logic.GetPeerUpdateForHost(host)
+	peerUpdate, err := logic.GetPeerUpdateForHost("", host)
 	if err != nil {
 	if err != nil {
 		return err
 		return err
 	}
 	}