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.
This commit is contained in:
Kamil Dudka
2013-03-05 17:51:01 +01:00
parent fa9748df11
commit 9d0af3018c
2 changed files with 7 additions and 7 deletions

View File

@@ -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: