commit | 44b5f901a6a4545dfceb8b28886a93e98f490df0 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed May 19 03:13:22 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed May 19 03:13:22 2021 +0300 |
tree | 846be8307c7be74b58919244c3fe41060d91793a | |
parent | 20210882f3e919bdee81cbe0acf4c7b6b5c00ae6 [diff] |
Mail: removed dead s->arg_start handling. As discussed in the previous change, s->arg_start handling in the "done" labels of ngx_mail_pop3_parse_command(), ngx_mail_imap_parse_command(), and ngx_mail_smtp_parse_command() is wrong: s->arg_start cannot be set there, as it is handled and cleared on all code paths where the "done" labels are reached. The relevant code is dead and now removed.