From ef574e6620831cc68f71ae0c5e7efe2c1b2a41bd Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 9 Feb 2018 10:23:26 +0100 Subject: [PATCH] indentation in release --- RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 4805a6643..958e2d1b1 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -195,7 +195,7 @@ Resolved Issues Client ------ - 1. gethostbyname used in connecting to sockets was not thread safe for + 1. gethostbyname used in connecting to sockets was not thread safe for multiple detectors. Using getaddrinfo for stability in multi threaded environment.