commit | 05b1a8f1e3595beab4397e25c2a6db9d832a6a97 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri May 14 09:56:37 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri May 14 09:56:37 2010 +0000 |
tree | 282923e87cbaf9d634dab4a7c69ce85d602effcf | |
parent | 328df7a5cc91180fef3b1b58129e14bc79bef80b [diff] [blame] |
ngx_str_set() and ngx_str_null()
diff --git a/src/mail/ngx_mail_ssl_module.c b/src/mail/ngx_mail_ssl_module.c index 90f2b1b..de463e9 100644 --- a/src/mail/ngx_mail_ssl_module.c +++ b/src/mail/ngx_mail_ssl_module.c
@@ -163,8 +163,7 @@ * scf->certificate = { 0, NULL }; * scf->certificate_key = { 0, NULL }; * scf->dhparam = { 0, NULL }; - * scf->ciphers.len = 0; - * scf->ciphers.data = NULL; + * scf->ciphers = { 0, NULL }; * scf->shm_zone = NULL; */