From 1cd462e473e674fa5ab78110ec4f4c26dce1fb73 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Jul 2013 07:42:11 +0000 Subject: -handle get failure properly --- src/identity/gnunet-service-identity.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/identity/gnunet-service-identity.c') diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c index 95fb79c38..25352170b 100644 --- a/src/identity/gnunet-service-identity.c +++ b/src/identity/gnunet-service-identity.c @@ -315,7 +315,6 @@ handle_get_default_message (void *cls, struct GNUNET_SERVER_Client *client, "DEFAULT_IDENTIFIER", &identifier)) { - /* FIXME: not sure client API handles this case correctly right now... */ send_result_code (client, 1, gettext_noop ("no default known")); GNUNET_SERVER_receive_done (client, GNUNET_OK); return; @@ -333,7 +332,6 @@ handle_get_default_message (void *cls, struct GNUNET_SERVER_Client *client, return; } } - /* FIXME: not sure client API handles this case correctly right now... */ send_result_code (client, 1, gettext_noop ("default configured, but ego unknown (internal error)")); GNUNET_SERVER_receive_done (client, GNUNET_OK); -- cgit v1.2.3