comparison src/mail/ngx_mail_parse.c @ 403:d4cac61d8e95

Merge with nginx 0.6.5.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Jul 2007 22:45:18 +0000
parents 98c752b41cbc d16d691432c9
children 4243eecbd594
comparison
equal deleted inserted replaced
402:29cf4046a9a5 403:d4cac61d8e95
684 s->command = NGX_SMTP_HELP; 684 s->command = NGX_SMTP_HELP;
685 685
686 } else { 686 } else {
687 goto invalid; 687 goto invalid;
688 } 688 }
689
690 #if (NGX_MAIL_SSL) 689 #if (NGX_MAIL_SSL)
691 } else if (p - c == 8) { 690 } else if (p - c == 8) {
692 691
693 if ((c[0] == 'S'|| c[0] == 's') 692 if ((c[0] == 'S'|| c[0] == 's')
694 && (c[1] == 'T'|| c[1] == 't') 693 && (c[1] == 'T'|| c[1] == 't')
703 702
704 } else { 703 } else {
705 goto invalid; 704 goto invalid;
706 } 705 }
707 #endif 706 #endif
708
709 } else { 707 } else {
710 goto invalid; 708 goto invalid;
711 } 709 }
712 710
713 switch (ch) { 711 switch (ch) {