aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-22 10:26:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-22 10:26:34 +0000
commit3a278894f6ac819f3edd413249ced15489ea1415 (patch)
treee248c51870e6e449c1af8334c6cfe17b8aafc368 /src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
parent4bf3945760e953931a066029752b66b758363c79 (diff)
downloadgnunet-3a278894f6ac819f3edd413249ced15489ea1415.tar.gz
gnunet-3a278894f6ac819f3edd413249ced15489ea1415.zip
-simplify
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_reconnect.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_reconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
index 01f623bb3..cf5ece0a8 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
@@ -224,7 +224,7 @@ main (int argcx, char *argvx[])
224 { 224 {
225 FPRINTF (stderr, "%s", "."); 225 FPRINTF (stderr, "%s", ".");
226 /* now do it again */ 226 /* now do it again */
227 ret = check (); 227 ok = check ();
228 FPRINTF (stderr, "%s", ".\n"); 228 FPRINTF (stderr, "%s", ".\n");
229 } 229 }
230 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1"); 230 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");