aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-11 22:17:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-11 22:17:14 +0000
commita373d56479f2b94028fd79f999094e0147256ca4 (patch)
tree05df2e8a5ece6fbcfa0858add5c135aa270d5779 /src/fs/test_fs_uri.c
parent91e71fcc1220782798e349b66853fda27f2cd108 (diff)
downloadgnunet-a373d56479f2b94028fd79f999094e0147256ca4.tar.gz
gnunet-a373d56479f2b94028fd79f999094e0147256ca4.zip
-round expiration times to full seconds
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index ca89a7652..0d3aeaf41 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -134,6 +134,7 @@ testLocation ()
134 GNUNET_free (uric); 134 GNUNET_free (uric);
135 if (uri2 == NULL) 135 if (uri2 == NULL)
136 { 136 {
137 fprintf (stderr, "URI parsing failed: %s\n", emsg);
137 GNUNET_break (0); 138 GNUNET_break (0);
138 GNUNET_FS_uri_destroy (uri); 139 GNUNET_FS_uri_destroy (uri);
139 GNUNET_CONFIGURATION_destroy (cfg); 140 GNUNET_CONFIGURATION_destroy (cfg);