Mail: initialize the "signature" field of ngx_mail_session_t. Currently it isn't used, but it can be suitable to distinguish objects stored in c->data.
Valentin Bartenev
7 years ago
1 changed file(s) with
2 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-0
src/mail/ngx_mail_handler.c
less
more
120
120
return;
121
121
}
122
122
123
s->signature = NGX_MAIL_MODULE;
124
123
125
s->main_conf = addr_conf->ctx->main_conf;
124
126
s->srv_conf = addr_conf->ctx->srv_conf;
125
127