aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-25 14:02:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-25 14:02:25 +0000
commit21e8f6112aa41b1fd7f4c49c07304044b7cbd36e (patch)
tree100c86054aa341a44caad1eb134075f5a1d49357
parenta2920107b7eb7dd7cf66c75d15759eb3eb7b4747 (diff)
downloadgnunet-21e8f6112aa41b1fd7f4c49c07304044b7cbd36e.tar.gz
gnunet-21e8f6112aa41b1fd7f4c49c07304044b7cbd36e.zip
no hard warning here
-rw-r--r--src/nse/gnunet-service-nse.c1
-rw-r--r--src/nse/test_nse_multipeer.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 15a9c2b54..7ee6072e7 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1016,7 +1016,6 @@ handle_p2p_size_estimate(void *cls,
1016 "# flood messages discarded (clock skew too large)", 1016 "# flood messages discarded (clock skew too large)",
1017 1, 1017 1,
1018 GNUNET_NO); 1018 GNUNET_NO);
1019 GNUNET_break_op (0);
1020 return GNUNET_OK; 1019 return GNUNET_OK;
1021 } 1020 }
1022 if (0 == (memcmp (peer, &my_identity, sizeof(struct GNUNET_PeerIdentity)))) 1021 if (0 == (memcmp (peer, &my_identity, sizeof(struct GNUNET_PeerIdentity))))
diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c
index 367f88511..97db91fd3 100644
--- a/src/nse/test_nse_multipeer.c
+++ b/src/nse/test_nse_multipeer.c
@@ -51,7 +51,7 @@ struct NSEPeer *peer_tail;
51/** 51/**
52 * How long do we run the test? 52 * How long do we run the test?
53 */ 53 */
54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 2) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 30)
55 55
56static int ok; 56static int ok;
57 57
@@ -283,7 +283,7 @@ main (int argc, char *argv[])
283#endif 283#endif
284 NULL); 284 NULL);
285 ret = check (); 285 ret = check ();
286 GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer"); 286 // GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer");
287 return ret; 287 return ret;
288} 288}
289 289