From ebf2bbc31027f579a7bf6ba9664da897779fefc5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 2 Jan 2007 23:37:25 +0000 Subject: ngx_ssl_get_server_conf() --- src/imap/ngx_imap_ssl_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imap/ngx_imap_ssl_module.c') diff --git a/src/imap/ngx_imap_ssl_module.c b/src/imap/ngx_imap_ssl_module.c index cb2b8caf5..5836574a8 100644 --- a/src/imap/ngx_imap_ssl_module.c +++ b/src/imap/ngx_imap_ssl_module.c @@ -206,7 +206,7 @@ ngx_imap_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child) conf->ssl.log = cf->log; - if (ngx_ssl_create(&conf->ssl, conf->protocols) != NGX_OK) { + if (ngx_ssl_create(&conf->ssl, conf->protocols, NULL) != NGX_OK) { return NGX_CONF_ERROR; } -- cgit v1.2.3