From: Igor Sysoev Date: Fri, 24 Apr 2009 09:54:40 +0000 (+0000) Subject: fix Auth-Method, the bug has been introduced in r2496 X-Git-Tag: release-0.7.53~12 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=7b9feda70b6814028aa9f7d5448c0b800f7f5691;p=nginx.git fix Auth-Method, the bug has been introduced in r2496 --- diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c index ec1dcdc00..d66b5ee67 100644 --- a/src/mail/ngx_mail_auth_http_module.c +++ b/src/mail/ngx_mail_auth_http_module.c @@ -137,6 +137,7 @@ ngx_module_t ngx_mail_auth_http_module = { static ngx_str_t ngx_mail_auth_http_method[] = { + ngx_string("plain"), ngx_string("plain"), ngx_string("plain"), ngx_string("apop"),