diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-03-05 17:51:01 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-03-06 13:34:10 +0100 |
commit | 9d0af3018c5db25f5adda216dbcad6056b4a3107 (patch) | |
tree | c6184738103d98a1a0f2cbde12341a5548df0310 /RELEASE-NOTES | |
parent | fa9748df111fd557977eecbe17a43d1344550206 (diff) |
nss: fix misplaced code enabling non-blocking socket mode
The option needs to be set on the SSL socket. Setting it on the model
takes no effect. Note that the non-blocking mode is still not enabled
for the handshake because the code is not yet ready for that.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3a5e13e98..896da3aea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,7 +22,7 @@ This release includes the following bugfixes: o smtp: Fixed an issue when processing EHLO failure responses o pop3: Fixed incorrect return value from pop3_endofresp() o pop3: Fixed SASL authentication capability detection - o + o nss: fix misplaced code enabling non-blocking socket mode This release includes the following known bugs: |