diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-11-22 13:44:34 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-11-22 13:44:34 +0000 |
commit | f45ee3fe639fccac4d866872c9d8d62c615ff621 (patch) | |
tree | 82e51b791b9446911495ff758dd6245f4f5ae107 /src | |
parent | eb0dc0d03a7547108c55cfbe35efcbd2001bf44b (diff) |
adding minor FIXME
git-svn-id: https://gnunet.org/svn/gnunet@9622 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r-- | src/util/pseudonym.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/pseudonym.c b/src/util/pseudonym.c index 997311e5de..a5e6ea7362 100644 --- a/src/util/pseudonym.c +++ b/src/util/pseudonym.c @@ -211,6 +211,8 @@ write_pseudonym_info (const struct GNUNET_CONFIGURATION_Handle *cfg, } GNUNET_free (fn); /* create entry for pseudonym name in names */ + /* FIXME: 90% of what this call does is not needed + here => refactor code to only create the entry! */ GNUNET_free_non_null (GNUNET_PSEUDONYM_id_to_name (cfg, nsid)); } |