dovecot: Compile fix: s/DSTACK_FRAME/T_FRAME/
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Thu Dec 20 18:49:04 EET 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/0375f2c0a1f6
changeset: 6998:0375f2c0a1f6
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 20 18:48:59 2007 +0200
description:
Compile fix: s/DSTACK_FRAME/T_FRAME/
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/compat.c |    2 +-
diffs (12 lines):
diff -r 0008fb28e62b -r 0375f2c0a1f6 src/lib/compat.c
--- a/src/lib/compat.c	Tue Dec 18 13:46:33 2007 +0200
+++ b/src/lib/compat.c	Thu Dec 20 18:48:59 2007 +0200
@@ -60,7 +60,7 @@ int my_inet_aton(const char *cp, struct 
 #ifndef HAVE_VSYSLOG
 void my_vsyslog(int priority, const char *format, va_list args)
 {
-	DSTACK_FRAME(
+	T_FRAME(
 		syslog(priority, "%s", t_strdup_vprintf(format, args));
 	);
 }
    
    
More information about the dovecot-cvs
mailing list