aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-11 03:24:13 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-11 03:24:13 +0000
commit665502d76a87f4c1611cb05a387fd6f1941345a0 (patch)
tree3975a885e16484bdc54c5d095154287b013871f6
parentda1654cffdf6f05e1ede33e3a89acfc0c47eb752 (diff)
downloadlibmicrohttpd-665502d76a87f4c1611cb05a387fd6f1941345a0.tar.gz
libmicrohttpd-665502d76a87f4c1611cb05a387fd6f1941345a0.zip
fx
-rw-r--r--src/daemon/https/tls/gnutls_x509.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/https/tls/gnutls_x509.c b/src/daemon/https/tls/gnutls_x509.c
index 22ced8ce..87d86e55 100644
--- a/src/daemon/https/tls/gnutls_x509.c
+++ b/src/daemon/https/tls/gnutls_x509.c
@@ -625,6 +625,7 @@ read_file (const char *filename, size_t * length)
625 free(out); 625 free(out);
626 goto ERR; 626 goto ERR;
627 } 627 }
628 *length = st.st_size;
628 close(fd); 629 close(fd);
629 return out; 630 return out;
630 ERR: 631 ERR: