From 64a3b11be666893ffb499015c80495201fd62d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sat, 15 May 1999 12:22:46 +0000 Subject: [PATCH] Comment. --- crypto/bio/b_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- GitLab