aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.c')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index 76c192107..066096bc2 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -317,7 +317,7 @@ GAS_handle_address_destroyed (void *cls, struct GNUNET_SERVER_Client *client,
317 plugin_name = &address[address_length]; 317 plugin_name = &address[address_length];
318 if ( (address_length + 318 if ( (address_length +
319 plugin_name_length + 319 plugin_name_length +
320 sizeof (struct AddressSuggestionMessage) != ntohs (message->size)) || 320 sizeof (struct AddressDestroyedMessage) != ntohs (message->size)) ||
321 (plugin_name[plugin_name_length - 1] != '\0') ) 321 (plugin_name[plugin_name_length - 1] != '\0') )
322 { 322 {
323 GNUNET_break (0); 323 GNUNET_break (0);