projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b093f2d
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Sun, 15 Aug 2010 17:51:09 +0000
(17:51 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 15 Aug 2010 17:51:09 +0000
(17:51 +0000)
src/util/pseudonym.c
patch
|
blob
|
history
diff --git
a/src/util/pseudonym.c
b/src/util/pseudonym.c
index 0cddba58006f8355d9305ee47952fc3eaf084c1b..6e275c377c2cc55b34544caa7269d79911788c67 100644
(file)
--- a/
src/util/pseudonym.c
+++ b/
src/util/pseudonym.c
@@
-247,7
+247,6
@@
read_info (const struct GNUNET_CONFIGURATION_Handle *cfg,
*ns_name = NULL;
if ( (GNUNET_OK != GNUNET_BIO_read_int32 (fileR, ranking)) ||
(GNUNET_OK != GNUNET_BIO_read_string(fileR, "Read string error!", ns_name, 200)) ||
- (NULL == *ns_name) ||
(GNUNET_OK != GNUNET_BIO_read_meta_data(fileR, "Read meta data error!", meta)) )
{
GNUNET_BIO_read_close(fileR, &emsg);