]> git.kaiwu.me - nginx.git/commit
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 29 May 2017 13:34:35 +0000 (16:34 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 29 May 2017 13:34:35 +0000 (16:34 +0300)
commit0514e14a8bbd8e5977712c892b53aa471a91fcb5
tree824314c5c324d28e428a91ec009f722b6b63f43b
parent2db69fed2c200a4f4017e82bc9239f22dfac846f
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.

In http these checks were changed in a6d6d762c554, though mail module
was missed at that time.  Since then, the stream module was introduced
based on mail, using "== NGX_ERROR" check.
src/mail/ngx_mail_handler.c
src/stream/ngx_stream_ssl_module.c