From 95897f18b16b8900b43b9181da11eb559ff7096e Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Mon, 7 Mar 2016 15:02:00 +0000 Subject: [PATCH] social test fix --- src/social/test_social.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/social/test_social.c b/src/social/test_social.c index 78c58db14..1d2673a11 100644 --- a/src/social/test_social.c +++ b/src/social/test_social.c @@ -404,7 +404,7 @@ app_recv_host (void *cls, struct GNUNET_SOCIAL_HostConnection *hconn, struct GNUNET_SOCIAL_Ego *ego, const struct GNUNET_CRYPTO_EddsaPublicKey *host_pub_key, - enum GNUNET_SOCIAL_PlaceState place_state) + enum GNUNET_SOCIAL_AppPlaceState place_state) { struct GNUNET_HashCode host_pub_hash; GNUNET_CRYPTO_hash (host_pub_key, sizeof (*host_pub_key), &host_pub_hash); @@ -429,7 +429,7 @@ app_recv_guest (void *cls, struct GNUNET_SOCIAL_GuestConnection *gconn, struct GNUNET_SOCIAL_Ego *ego, const struct GNUNET_CRYPTO_EddsaPublicKey *guest_pub_key, - enum GNUNET_SOCIAL_PlaceState place_state) + enum GNUNET_SOCIAL_AppPlaceState place_state) { struct GNUNET_HashCode guest_pub_hash; GNUNET_CRYPTO_hash (guest_pub_key, sizeof (*guest_pub_key), &guest_pub_hash); -- 2.25.1