aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
commit3368e64ea2c577cc5e6d4274d00cf6ec1641e063 (patch)
treefc5f266f23a30092e086958f9042eb4e113d6621 /src/util/test_resolver_api.c
parent4c82e28a40c038caef74a1a08ab0df3257615c4b (diff)
downloadgnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.tar.gz
gnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.zip
-fixing compile errors in tests
Diffstat (limited to 'src/util/test_resolver_api.c')
-rw-r--r--src/util/test_resolver_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c
index 75140f8d5..c96030698 100644
--- a/src/util/test_resolver_api.c
+++ b/src/util/test_resolver_api.c
@@ -265,7 +265,7 @@ run (void *cls, char *const *args, const char *cfgfile,
265 hstrerror (h_errno)); 265 hstrerror (h_errno));
266#endif 266#endif
267 FPRINTF (stderr, 267 FPRINTF (stderr,
268 "System seems to be off-line, will not run all DNS tests\n", NULL); 268 "%s", "System seems to be off-line, will not run all DNS tests\n");
269 *ok = 0; /* mark test as passing anyway */ 269 *ok = 0; /* mark test as passing anyway */
270 return; 270 return;
271 } 271 }