diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_import.c')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk_import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_import.c b/src/conversation/gnunet-conversation-gtk_import.c index 9602ff7d..18ab0aeb 100644 --- a/src/conversation/gnunet-conversation-gtk_import.c +++ b/src/conversation/gnunet-conversation-gtk_import.c | |||
@@ -151,7 +151,7 @@ GSC_add_contact (const gchar *name, const gchar *address) | |||
151 | { | 151 | { |
152 | type = GNUNET_GNSRECORD_TYPE_PKEY; | 152 | type = GNUNET_GNSRECORD_TYPE_PKEY; |
153 | value = &rvalue; | 153 | value = &rvalue; |
154 | value_size = GNUNET_IDENTITY_key_get_length (&rvalue); | 154 | value_size = GNUNET_IDENTITY_public_key_get_length (&rvalue); |
155 | } | 155 | } |
156 | else | 156 | else |
157 | { | 157 | { |