[exim-cvs] cvs commit: exim/exim-src/src acl.c

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] cvs commit: exim/exim-src/src acl.c
ph10 2007/02/06 11:16:21 GMT

  Modified files:
    exim-src/src         acl.c 
  Log:
  Forgot about TLS when adding the delay autoflush.


  Revision  Changes    Path
  1.71      +1 -1      exim/exim-src/src/acl.c


  Index: acl.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/acl.c,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- acl.c    5 Feb 2007 12:35:46 -0000    1.70
  +++ acl.c    6 Feb 2007 11:16:21 -0000    1.71
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/acl.c,v 1.70 2007/02/05 12:35:46 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/acl.c,v 1.71 2007/02/06 11:16:21 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -2741,7 +2741,7 @@


           else
             {
  -          if (smtp_out != NULL && !disable_delay_flush) fflush(smtp_out);
  +          if (smtp_out != NULL && !disable_delay_flush) mac_smtp_fflush();
             while (delay > 0) delay = sleep(delay);
             }
           }