aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-service-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-service-social.c')
-rw-r--r--src/social/gnunet-service-social.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index e6ee24a4f..dee68fdb8 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -1955,9 +1955,11 @@ handle_client_guest_enter_by_name (void *cls,
1955 GNUNET_memcpy (gcls->password, password, password_size); 1955 GNUNET_memcpy (gcls->password, password, password_size);
1956 } 1956 }
1957 1957
1958 GNUNET_GNS_lookup (gns, gns_name, &greq->ego_pub_key, 1958 GNUNET_GNS_lookup (gns, gns_name,
1959 GNUNET_GNSRECORD_TYPE_PLACE, GNUNET_GNS_LO_DEFAULT, 1959 &greq->ego_pub_key,
1960 NULL, gns_result_guest_enter, gcls); 1960 GNUNET_GNSRECORD_TYPE_PLACE,
1961 GNUNET_GNS_LO_DEFAULT,
1962 &gns_result_guest_enter, gcls);
1961} 1963}
1962 1964
1963 1965