]> git.kaiwu.me - nginx.git/commitdiff
fix building by MSVC8
authorIgor Sysoev <igor@sysoev.ru>
Mon, 27 Apr 2009 11:33:34 +0000 (11:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 27 Apr 2009 11:33:34 +0000 (11:33 +0000)
src/mail/ngx_mail_ssl_module.c

index dbefb14264912fd13b084c415dff77916752c528..4e2bda5f2ca3aee3b591ab93c604b615bda015b9 100644 (file)
@@ -182,7 +182,7 @@ ngx_mail_ssl_create_conf(ngx_conf_t *cf)
      */
 
     scf->enable = NGX_CONF_UNSET;
-    scf->starttls = NGX_CONF_UNSET;
+    scf->starttls = NGX_CONF_UNSET_UINT;
     scf->prefer_server_ciphers = NGX_CONF_UNSET;
     scf->builtin_session_cache = NGX_CONF_UNSET;
     scf->session_timeout = NGX_CONF_UNSET;