fixes
[oweals/gnunet.git] / src / peerinfo / peerinfo_api_notify.c
index 4520decfdcabd32fec6116770a266c974399b287..194664d6291c21006ac49c16d77d70ffe7d3f8cc 100644 (file)
@@ -166,6 +166,7 @@ process_notification (void *cls, const struct GNUNET_MessageHeader *msg)
       return;
     }
   }
+
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Received information about peer `%s' from peerinfo database\n",
        GNUNET_i2s (&im->peer));
@@ -216,7 +217,7 @@ transmit_notify_request (void *cls, size_t size, void *buf)
   nm.include_friend_only = htonl (nc->include_friend_only);
   memcpy (buf, &nm, sizeof (struct NotifyMessage));
   receive_notifications (nc);
-  return sizeof (struct GNUNET_MessageHeader);
+  return sizeof (struct NotifyMessage);
 }