-perform NC registration for client during store handling
authorChristian Grothoff <christian@grothoff.org>
Thu, 17 Oct 2013 07:48:25 +0000 (07:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 17 Oct 2013 07:48:25 +0000 (07:48 +0000)
src/namestore/gnunet-service-namestore.c

index de6f6eaecc710a7792beb54bdca7befd013c4121..9c91e19754cb8528245a87bdbe1271ded2f91320 100644 (file)
@@ -472,7 +472,6 @@ send_store_response (struct GNUNET_SERVER_Client *client,
   GNUNET_SERVER_notification_context_unicast (snc, client,
                                              &rcr_msg.gns_header.header,
                                              GNUNET_NO);
-
 }
 
 
@@ -618,6 +617,7 @@ handle_record_store (void *cls,
     GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
     return;
   }
+  (void) client_lookup (client);
   {
     struct GNUNET_GNSRECORD_Data rd[rd_count];