aboutsummaryrefslogtreecommitdiff
path: root/src/namecache/gnunet-service-namecache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namecache/gnunet-service-namecache.c')
-rw-r--r--src/namecache/gnunet-service-namecache.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/namecache/gnunet-service-namecache.c b/src/namecache/gnunet-service-namecache.c
index f20d664a2..c08f2aef7 100644
--- a/src/namecache/gnunet-service-namecache.c
+++ b/src/namecache/gnunet-service-namecache.c
@@ -50,7 +50,7 @@ struct NamecacheClient
50 * The message queue to talk to @e client. 50 * The message queue to talk to @e client.
51 */ 51 */
52 struct GNUNET_MQ_Handle *mq; 52 struct GNUNET_MQ_Handle *mq;
53 53
54}; 54};
55 55
56 56
@@ -208,7 +208,7 @@ handle_lookup_block (void *cls,
208 208
209 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 209 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
210 "Received NAMECACHE_LOOKUP_BLOCK message\n"); 210 "Received NAMECACHE_LOOKUP_BLOCK message\n");
211 211
212 lnc.request_id = ntohl (ln_msg->gns_header.r_id); 212 lnc.request_id = ntohl (ln_msg->gns_header.r_id);
213 lnc.nc = nc; 213 lnc.nc = nc;
214 if (GNUNET_SYSERR == 214 if (GNUNET_SYSERR ==
@@ -306,7 +306,7 @@ handle_block_cache (void *cls,
306 * @param service the initialized service 306 * @param service the initialized service
307 */ 307 */
308static void 308static void
309run (void *cls, 309run (void *cls,
310 const struct GNUNET_CONFIGURATION_Handle *cfg, 310 const struct GNUNET_CONFIGURATION_Handle *cfg,
311 struct GNUNET_SERVICE_Handle *service) 311 struct GNUNET_SERVICE_Handle *service)
312{ 312{
@@ -319,8 +319,8 @@ run (void *cls,
319 /* Loading database plugin */ 319 /* Loading database plugin */
320 if (GNUNET_OK != 320 if (GNUNET_OK !=
321 GNUNET_CONFIGURATION_get_value_string (cfg, 321 GNUNET_CONFIGURATION_get_value_string (cfg,
322 "namecache", 322 "namecache",
323 "database", 323 "database",
324 &database)) 324 &database))
325 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 325 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
326 "No database backend configured\n"); 326 "No database backend configured\n");