aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/service/conversation/plugin_gnsrecord_conversation.c')
-rw-r--r--src/contrib/service/conversation/plugin_gnsrecord_conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contrib/service/conversation/plugin_gnsrecord_conversation.c b/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
index 786711c8e..802732cfe 100644
--- a/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
+++ b/src/contrib/service/conversation/plugin_gnsrecord_conversation.c
@@ -121,7 +121,7 @@ conversation_string_to_value (void *cls,
121 case GNUNET_GNSRECORD_TYPE_PHONE: 121 case GNUNET_GNSRECORD_TYPE_PHONE:
122 { 122 {
123 struct GNUNET_CONVERSATION_PhoneRecord *pr; 123 struct GNUNET_CONVERSATION_PhoneRecord *pr;
124 char line_port[103]; 124 char line_port[104];
125 const char *dash; 125 const char *dash;
126 struct GNUNET_PeerIdentity peer; 126 struct GNUNET_PeerIdentity peer;
127 127