aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-15 12:22:46 +0000
committerBodo Möller <bodo@openssl.org>1999-05-15 12:22:46 +0000
commit64a3b11be666893ffb499015c80495201fd62d72 (patch)
tree3cfd8fdfb41ac7954e500547b62e4daa3ec8529b /crypto/bio/b_sock.c
parent79479f024055051c6b7e7eea8771e81c6bb7f65b (diff)
downloadopenssl-64a3b11be666893ffb499015c80495201fd62d72.tar.gz
Comment.
Diffstat (limited to 'crypto/bio/b_sock.c')
-rw-r--r--crypto/bio/b_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c
index eaa471685d..d20042a3e5 100644
--- a/crypto/bio/b_sock.c
+++ b/crypto/bio/b_sock.c
@@ -363,7 +363,7 @@ struct hostent *BIO_gethostbyname(const char *name)
/* else add to cache */
if (ghbn_cache[lowi].ent != NULL)
- ghbn_free(ghbn_cache[lowi].ent);
+ ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
ghbn_cache[lowi].name[0] = '\0';
if((ret=ghbn_cache[lowi].ent=ghbn_dup(ret)) == NULL)