aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index dc6d195ca..0c2d64cac 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1377,7 +1377,8 @@ GNUNET_FS_uri_sks_to_string_fancy (struct GNUNET_CONFIGURATION_Handle *cfg,
1377 const struct GNUNET_FS_Uri *uri) 1377 const struct GNUNET_FS_Uri *uri)
1378{ 1378{
1379 char *ret; 1379 char *ret;
1380 char *name, *unique_name; 1380 char *name;
1381 char *unique_name;
1381 1382
1382 if (uri->type != sks) 1383 if (uri->type != sks)
1383 return NULL; 1384 return NULL;