summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-14 20:24:17 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-14 20:24:17 +0000
commit4a7968ce3cbe9d106df47b33cc561b10ed912d62 (patch)
tree5c2269d19820c60590ce926031bb82251306c129 /src/gns/gns_api.c
parenta0a19cebadfd63a7d9e99d09a8f23ec03a32f18a (diff)
downloadgnunet-4a7968ce3cbe9d106df47b33cc561b10ed912d62.tar.gz
gnunet-4a7968ce3cbe9d106df47b33cc561b10ed912d62.zip
-cleanup
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index fe1ba3200..9a4c4cff0 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -461,7 +461,6 @@ process_message (void *cls, const struct GNUNET_MessageHeader *msg)
461 const struct GNUNET_GNS_ClientLookupResultMessage *lookup_msg; 461 const struct GNUNET_GNS_ClientLookupResultMessage *lookup_msg;
462 const struct GNUNET_GNS_ClientShortenResultMessage *shorten_msg; 462 const struct GNUNET_GNS_ClientShortenResultMessage *shorten_msg;
463 const struct GNUNET_GNS_ClientGetAuthResultMessage *get_auth_msg; 463 const struct GNUNET_GNS_ClientGetAuthResultMessage *get_auth_msg;
464 uint16_t size;
465 uint16_t type; 464 uint16_t type;
466 uint32_t r_id; 465 uint32_t r_id;
467 466
@@ -475,7 +474,6 @@ process_message (void *cls, const struct GNUNET_MessageHeader *msg)
475 return; 474 return;
476 } 475 }
477 476
478 size = ntohs (msg->size);
479 type = ntohs (msg->type); 477 type = ntohs (msg->type);
480 478
481 if (type == GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT) 479 if (type == GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT)