dovecot: Fix
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sat Dec  8 21:37:05 EET 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/c13473a5c0e4
changeset: 6969:c13473a5c0e4
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 08 21:36:59 2007 +0200
description:
Fix
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-sort.c |    2 +-
diffs (12 lines):
diff -r 09e1e8d4aa53 -r c13473a5c0e4 src/lib-storage/index/index-sort.c
--- a/src/lib-storage/index/index-sort.c	Sat Dec 08 21:36:20 2007 +0200
+++ b/src/lib-storage/index/index-sort.c	Sat Dec 08 21:36:59 2007 +0200
@@ -339,7 +339,7 @@ static int sort_node_cmp_nozero_sort_id(
 		sort_program = ctx->program->sort_program;
 	}
 
-	return sort_node_cmp_type(ctx, ctx->program->sort_program, n1, n2);
+	return sort_node_cmp_type(ctx, sort_program, n1, n2);
 }
 
 static bool
    
    
More information about the dovecot-cvs
mailing list