WiP
[oweals/gnunet.git] / src / util / pseudonym.c
index 0cddba58006f8355d9305ee47952fc3eaf084c1b..3f0305e87d8be211249f936f99be565837e2b913 100644 (file)
@@ -247,10 +247,9 @@ 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);
+      (void) GNUNET_BIO_read_close(fileR, &emsg);
       GNUNET_free_non_null (emsg);
       GNUNET_free_non_null (*ns_name);
       *ns_name = NULL;