Index: head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c =================================================================== --- head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c (nonexistent) +++ head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c (revision 568099) @@ -0,0 +1,20 @@ +--- src/mail/ngx_mail_handler.c.orig 2021-03-10 10:39:31.807351000 -0500 ++++ src/mail/ngx_mail_handler.c 2021-03-10 10:41:28.739497000 -0500 +@@ -273,14 +273,15 @@ + ngx_mail_init_session_handler(ngx_event_t *rev) + { + ngx_connection_t *c; +- ngx_mail_session_t *s; + + c = rev->data; +- s = c->data; + + #if (NGX_MAIL_SSL) + { ++ ngx_mail_session_t *s; + ngx_mail_ssl_conf_t *sslcf; ++ ++ s = c->data; + + sslcf = ngx_mail_get_module_srv_conf(s, ngx_mail_ssl_module); + Property changes on: head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property