aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-20 10:57:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-20 10:57:49 +0000
commit30b7917887cfa89b6dd63350df91aff2ce89af2a (patch)
tree20fd1f9c9d58bbb24971a725d698d55978bbc4fc /src/hostlist
parent9d6fd1aba0f830853426f718061c859ea7ebad5f (diff)
downloadgnunet-30b7917887cfa89b6dd63350df91aff2ce89af2a.tar.gz
gnunet-30b7917887cfa89b6dd63350df91aff2ce89af2a.zip
-check misc return values
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 6be37fc78..4914573e3 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1333,7 +1333,7 @@ load_hostlist_file ()
1333 1333
1334 GNUNET_free_non_null (uri); 1334 GNUNET_free_non_null (uri);
1335 emsg = NULL; 1335 emsg = NULL;
1336 GNUNET_BIO_read_close (rh, &emsg); 1336 (void) GNUNET_BIO_read_close (rh, &emsg);
1337 if (emsg != NULL) 1337 if (emsg != NULL)
1338 GNUNET_free (emsg); 1338 GNUNET_free (emsg);
1339 GNUNET_free (filename); 1339 GNUNET_free (filename);