aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 15:45:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 15:45:21 +0000
commit41d0acfe4f85509cb61f20a172a074304d962484 (patch)
treec86b5c3fd5b9f383d681c11ec4fbea19e7b6aacb
parent4a9c4c7275860ca9b558eb7354ddd39af9cd8c3d (diff)
downloadgnunet-41d0acfe4f85509cb61f20a172a074304d962484.tar.gz
gnunet-41d0acfe4f85509cb61f20a172a074304d962484.zip
dce
-rw-r--r--src/datacache/Makefile.am1
-rw-r--r--src/datastore/gnunet-service-datastore.c3
-rw-r--r--src/peerinfo-tool/test_gnunet_peerinfo_data.conf3
-rw-r--r--src/transport/test_transport_api_limited_sockets.c3
4 files changed, 6 insertions, 4 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 8e4f265cd..354e64b9e 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -177,6 +177,7 @@ perf_datacache_postgres_LDADD = \
177 $(top_builddir)/src/util/libgnunetutil.la 177 $(top_builddir)/src/util/libgnunetutil.la
178 178
179EXTRA_DIST = \ 179EXTRA_DIST = \
180 test_defaults.conf \
180 test_datacache_data_sqlite.conf \ 181 test_datacache_data_sqlite.conf \
181 perf_datacache_data_sqlite.conf \ 182 perf_datacache_data_sqlite.conf \
182 test_datacache_data_mysql.conf \ 183 test_datacache_data_mysql.conf \
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 29f68d8bb..71379d5db 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -801,6 +801,9 @@ struct PutContext
801 801
802/** 802/**
803 * Actually put the data message. 803 * Actually put the data message.
804 *
805 * @param client sender of the message
806 * @param dm message with the data to store
804 */ 807 */
805static void 808static void
806execute_put (struct GNUNET_SERVER_Client *client, const struct DataMessage *dm) 809execute_put (struct GNUNET_SERVER_Client *client, const struct DataMessage *dm)
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo_data.conf b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
index 86fcf5add..90da74fbf 100644
--- a/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
+++ b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
@@ -23,7 +23,8 @@ PORT = 24357
23[dns] 23[dns]
24AUTOSTART = NO 24AUTOSTART = NO
25 25
26 26[mesh]
27AUTOSTART = NO
27 28
28[nse] 29[nse]
29AUTOSTART = NO 30AUTOSTART = NO
diff --git a/src/transport/test_transport_api_limited_sockets.c b/src/transport/test_transport_api_limited_sockets.c
index 9e7bdb9b6..a582a8f70 100644
--- a/src/transport/test_transport_api_limited_sockets.c
+++ b/src/transport/test_transport_api_limited_sockets.c
@@ -376,10 +376,7 @@ main (int argc, char *argv[])
376 } 376 }
377#endif 377#endif
378 378
379
380
381 return ret; 379 return ret;
382 check ();
383} 380}
384 381
385/* end of test_transport_api.c */ 382/* end of test_transport_api.c */