aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-pseudonym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r--src/fs/gnunet-pseudonym.c3
1 files changed, 2 insertions, 1 deletions
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.