aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 07:48:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 07:48:25 +0000
commit2a0feb1324e62faaec9392d177a1cb6098591555 (patch)
tree515281e763eb10b3250520528b1b9119d239481f
parentf785d87b274d383727af27f15e077e67900a2c9b (diff)
downloadgnunet-2a0feb1324e62faaec9392d177a1cb6098591555.tar.gz
gnunet-2a0feb1324e62faaec9392d177a1cb6098591555.zip
-perform NC registration for client during store handling
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index de6f6eaec..9c91e1975 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -472,7 +472,6 @@ send_store_response (struct GNUNET_SERVER_Client *client,
472 GNUNET_SERVER_notification_context_unicast (snc, client, 472 GNUNET_SERVER_notification_context_unicast (snc, client,
473 &rcr_msg.gns_header.header, 473 &rcr_msg.gns_header.header,
474 GNUNET_NO); 474 GNUNET_NO);
475
476} 475}
477 476
478 477
@@ -618,6 +617,7 @@ handle_record_store (void *cls,
618 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 617 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
619 return; 618 return;
620 } 619 }
620 (void) client_lookup (client);
621 { 621 {
622 struct GNUNET_GNSRECORD_Data rd[rd_count]; 622 struct GNUNET_GNSRECORD_Data rd[rd_count];
623 623