diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-12-03 13:48:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-03 13:48:49 +0000 |
| commit | a53f7293c8b8e2dcc3168ce96903afe5c55dd763 (patch) | |
| tree | ca4fe6f8dcecdda72ceb1d6b747d38b4e710508a /src/imap/ngx_imap.h | |
| parent | 90d7bb2b13c2e3133300939734e202c9686a8f64 (diff) | |
| download | nginx-a53f7293c8b8e2dcc3168ce96903afe5c55dd763.tar.gz nginx-a53f7293c8b8e2dcc3168ce96903afe5c55dd763.tar.bz2 | |
Auth-Status: WAIT
Diffstat (limited to '')
| -rw-r--r-- | src/imap/ngx_imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index b7b62a5cb..848a60210 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -160,6 +160,7 @@ typedef struct { unsigned no_sync_literal:1; unsigned starttls:1; unsigned auth_method:2; + unsigned auth_wait:1; ngx_str_t login; ngx_str_t passwd; |
