WiP
[oweals/gnunet.git] / src / util / pseudonym.c
index 6e275c377c2cc55b34544caa7269d79911788c67..3f0305e87d8be211249f936f99be565837e2b913 100644 (file)
@@ -249,7 +249,7 @@ read_info (const struct GNUNET_CONFIGURATION_Handle *cfg,
        (GNUNET_OK != GNUNET_BIO_read_string(fileR, "Read string error!", ns_name, 200)) ||
        (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;