aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_uri.c3
-rw-r--r--src/fs/gnunet-download.c3
-rw-r--r--src/fs/gnunet-pseudonym.c3
3 files changed, 6 insertions, 3 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;
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index ff10c39c6..5a66aea27 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -90,7 +90,8 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
90static void * 90static void *
91progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) 91progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)
92{ 92{
93 char *s, *s2; 93 char *s;
94 char *s2;
94 char *t; 95 char *t;
95 96
96 switch (info->status) 97 switch (info->status)
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index 247a5a0d8..38826d1de 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -109,7 +109,8 @@ pseudo_printer (void *cls, const GNUNET_HashCode * pseudonym,
109 const char *name, const char *unique_name, 109 const char *name, const char *unique_name,
110 const struct GNUNET_CONTAINER_MetaData *md, int rating) 110 const struct GNUNET_CONTAINER_MetaData *md, int rating)
111{ 111{
112 char *id, *unique_id; 112 char *id;
113 char *unique_id;
113 int getinfo_result; 114 int getinfo_result;
114 115
115 /* While we get a name from the caller, it might be NULL. 116 /* While we get a name from the caller, it might be NULL.