[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: smtpserver/smtpauth.c



On Wed, Aug 17, 2005 at 05:18:59PM +0100, Darryl L. Miles wrote:
> When building with SASL under recent configuration changes.


  Committed.

 
> Index: smtpserver/smtpauth.c
> ===================================================================
> RCS file: /cvsroot/zmailer/smtpserver/smtpauth.c,v
> retrieving revision 1.36
> diff -u -r1.36 smtpauth.c
> --- smtpserver/smtpauth.c       2 Jul 2005 01:19:38 -0000       1.36
> +++ smtpserver/smtpauth.c       17 Aug 2005 16:17:33 -0000
> @@ -261,7 +261,7 @@
>           while (*cp == ' ' || *cp == '\t') ++cp;
> 
>  #ifdef HAVE_SASL2
> -       if (!do_sasl)
> +       if (!OCP->do_sasl)
>  #endif
>           {
>             if (!CISTREQN(cp, "LOGIN", 5)) {
> @@ -814,7 +814,7 @@
>  #ifdef HAVE_SASL2
>        int result;
> 
> -      if (do_sasl) {
> +      if (OCP->do_sasl) {
> 
>         SS->sasl.n_mechs = 0;
> 
> @@ -886,7 +886,7 @@
>             (SS->with_protocol_set & WITH_SMTP)) return;
> 
>  #ifdef HAVE_SASL2
> -       if (do_sasl) {
> +       if (OCP->do_sasl) {
> 
>         int result;
> 
> 
> -- 
> Darryl L. Miles

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi